Automatic Updates/New Programs
Added in support for automatic updates. Also added in the following programs: - Element - JamesDSP - RetroArch (Full with all cores) - Spotify
This commit is contained in:
@@ -43,6 +43,10 @@
|
|||||||
LC_TIME = "en_US.UTF-8";
|
LC_TIME = "en_US.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable automatic updates
|
||||||
|
system.autoUpgrade.enable = true;
|
||||||
|
system.autoUpgrade.allowReboot = true;
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
||||||
@@ -89,8 +93,12 @@
|
|||||||
alacritty
|
alacritty
|
||||||
bottom
|
bottom
|
||||||
brave
|
brave
|
||||||
|
element-desktop
|
||||||
|
jamesdsp
|
||||||
neofetch
|
neofetch
|
||||||
neovim
|
neovim
|
||||||
|
retroarchFull
|
||||||
|
spotify
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user