This commit is contained in:
mjallen18
2024-10-12 21:59:15 -05:00
parent 1ab2c8a492
commit c850e5174f
17 changed files with 89 additions and 380 deletions

View File

@@ -63,6 +63,9 @@ in
};
# Configure environment
environment.systemPackages = mkIf cfg.lact.enable [ pkgs.lact ];
environment = {
systemPackages = mkIf cfg.lact.enable [ pkgs.lact ];
sessionVariables = lib.mkDefault { STEAM_FORCE_DESKTOPUI_SCALING = "1"; };
};
};
}