Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2025-12-10 20:09:47 +00:00 committed by GitHub
parent d40e976985
commit aca9784998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,6 @@
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") { config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
lutris lutris
adwaita-icon-theme
]; ];
programs.steam = { programs.steam = {
@ -17,12 +16,6 @@
}; };
}; };
# Set cursor theme for Steam and games
environment.sessionVariables = {
XCURSOR_THEME = "Adwaita";
XCURSOR_SIZE = "24";
};
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
dates = "daily"; dates = "daily";