feat: move games to separate file
This commit is contained in:
parent
ad07db8094
commit
a8763eff88
3 changed files with 16 additions and 8 deletions
15
programs/games.nix
Normal file
15
programs/games.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
hardware = {
|
||||
xone.enable = true;
|
||||
xpadneo.enable = true;
|
||||
};
|
||||
|
||||
hm.home.packages = with pkgs; [
|
||||
osu-lazer-bin
|
||||
(prismlauncher.override {
|
||||
jdks = [temurin-bin-21 temurin-bin-17 temurin-bin-8];
|
||||
})
|
||||
];
|
||||
|
||||
programs.steam.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue