This commit is contained in:
alsaiduq-lab 2025-12-27 20:30:25 -07:00
parent 03c956114a
commit 4459f75c75
7 changed files with 183 additions and 47 deletions

10
hosts/modules/aagl.nix Normal file
View file

@ -0,0 +1,10 @@
{
programs = {
anime-game-launcher.enable = true;
anime-games-launcher.enable = true;
honkers-railway-launcher.enable = true;
honkers-launcher.enable = true;
wavey-launcher.enable = true;
sleepy-launcher.enable = true;
};
}

View file

@ -24,5 +24,6 @@
pinix
cairo
cabextract
xdg-utils
];
}

View file

@ -15,6 +15,7 @@
"https://hyprland.cachix.org"
"https://nix-community.cachix.org"
"https://cache.nixos-cuda.org"
"https://ezkea.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
@ -23,6 +24,7 @@
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M="
"ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI="
];
};
}

View file

@ -5,6 +5,7 @@
# gamescopeSession.enable = true;
extraCompatPackages = [
pkgs.proton-ge-bin
pkgs.proton-cachyos
];
};
programs.gamemode = {

View file

@ -34,6 +34,7 @@
./modules/greeter.nix
./modules/go.nix
./modules/flatpak.nix
./modules/aagl.nix
];
npm.enable = true;
services.udisks2.enable = true;