Update FredOS-Gaming.nix
This commit is contained in:
parent
492ceeefb7
commit
d704e3e553
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
||||
environment.systemPackages = with pkgs; [
|
||||
lutris
|
||||
kdePackages.breeze # Add breeze to system packages too
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
@ -16,6 +17,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Set cursor theme for Steam
|
||||
environment.sessionVariables = {
|
||||
XCURSOR_THEME = "breeze_cursors";
|
||||
XCURSOR_SIZE = "24";
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue