add emacs, limit generations
This commit is contained in:
parent
01db1c7afb
commit
2c1a8cee7d
@ -24,7 +24,10 @@ in
|
|||||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot = {
|
||||||
|
enable = true;
|
||||||
|
configurationLimit = 4;
|
||||||
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -86,6 +86,7 @@
|
|||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
emacs
|
||||||
st
|
st
|
||||||
dmenu
|
dmenu
|
||||||
mpv
|
mpv
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user