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
+4
View File
@@ -9,6 +9,7 @@
}: {
environment.systemPackages = with pkgs; [
protonplus
sc-controller
];
services.flatpak = {
enable = true;
@@ -35,6 +36,9 @@
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
'';
};
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
hardware.uinput.enable = true;
programs.steam.extest.enable = true;
}