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