From 9ed584267e5f926bc197a652641e8bb5d7860a11 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sun, 11 Jun 2023 16:41:27 -0400 Subject: [PATCH] Automatic Updates/New Programs Added in support for automatic updates. Also added in the following programs: - Element - JamesDSP - RetroArch (Full with all cores) - Spotify --- base-config.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ]; };