feat+refactor: steam controller inputs + organization

This commit is contained in:
2026-07-26 08:58:32 -07:00
parent 760958e7a3
commit b24bdc0c06
28 changed files with 35 additions and 3271 deletions
+5 -5
View File
@@ -13,12 +13,12 @@ in
{
# You can import other home-manager modules here
imports = [
./features/niri/niri.nix
../common/features/niri/niri.nix
#./features/spicetify.nix
./features/yazi/yazi.nix
./features/nvimConf.nix
./features/cli.nix
./features/shell.nix
../common/features/yazi/yazi.nix
../common/features/nvimConf.nix
../common/features/cli.nix
../common/features/shell.nix
];
nixpkgs = {