feat(desktop): use git versions of some gaming packages.

This commit is contained in:
CronyAkatsuki 2025-09-03 19:09:12 +02:00
parent e9bc0df578
commit a454acd3eb
3 changed files with 4 additions and 3 deletions

View file

@ -9,9 +9,6 @@
crony.gaming.enable = lib.mkEnableOption "enable gaming related stuff, like steam and gamemode";
};
config = lib.mkIf config.crony.gaming.enable {
environment.systemPackages = with pkgs; [
mangohud
];
# Install steam
programs.steam = {
enable = true;
@ -20,6 +17,7 @@
programs.gamescope = {
enable = true;
capSysNice = true;
package = pkgs.gamescope_git;
};
# Install gamemode
programs.gamemode = {