add emacs, limit generations
This commit is contained in:
parent
d81ed5c4f2
commit
58064db5e8
@ -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;
|
||||
};
|
||||
|
||||
|
||||
@ -86,6 +86,7 @@
|
||||
programs.steam.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
emacs
|
||||
st
|
||||
dmenu
|
||||
mpv
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user