diff --git a/configuration.nix b/configuration.nix index 4ed07bf..7d39944 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,7 +24,10 @@ in kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; loader = { - systemd-boot.enable = true; + systemd-boot = { + enable = true; + configurationLimit = 4; + }; efi.canTouchEfiVariables = true; }; diff --git a/desktop-configuration.nix b/desktop-configuration.nix index fd44f87..0e4d230 100644 --- a/desktop-configuration.nix +++ b/desktop-configuration.nix @@ -86,6 +86,7 @@ programs.steam.enable = true; environment.systemPackages = with pkgs; [ + emacs st dmenu mpv