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:
Wesley Irvin
2023-06-11 16:41:27 -04:00
parent 1cc394e54b
commit 9ed584267e

View File

@@ -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
]; ];
}; };