[tohru] Enable joycond
This commit is contained in:
parent
479dcc536a
commit
a558fb0324
|
@ -6,4 +6,11 @@
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.joycond.enable = true;
|
||||||
|
|
||||||
|
# Currently broken:
|
||||||
|
# environment.systemPackages = with pkgs; [
|
||||||
|
# itch
|
||||||
|
# ];
|
||||||
}
|
}
|
|
@ -6,7 +6,7 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./home.nix
|
./home.nix
|
||||||
../../common/fonts.nix
|
../../common/fonts.nix
|
||||||
../../common/steam.nix
|
../../common/gaming.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue