add emacs, limit generations

This commit is contained in:
illustris 2022-09-03 10:05:45 +05:30
parent d81ed5c4f2
commit 58064db5e8
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -86,6 +86,7 @@
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
emacs
st
dmenu
mpv