diff --git a/base-config.nix b/base-config.nix index 90e618c..56a847a 100644 --- a/base-config.nix +++ b/base-config.nix @@ -43,6 +43,10 @@ LC_TIME = "en_US.UTF-8"; }; + # Enable automatic updates + system.autoUpgrade.enable = true; + system.autoUpgrade.allowReboot = true; + # Enable the X11 windowing system. services.xserver.enable = true; @@ -89,8 +93,12 @@ alacritty bottom brave + element-desktop + jamesdsp neofetch neovim + retroarchFull + spotify ]; };