feat+refactor: steam controller inputs + organization
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user