enable default fonts and disable efitouchvariables

efitouchvariables should only be enabled when installing
This commit is contained in:
cy 2025-01-01 14:39:22 -05:00
parent 8b4c0320e0
commit 9a85c1f5ec

View file

@ -45,7 +45,7 @@
loader = { loader = {
# lanzaboote replaces systemd-boot # lanzaboote replaces systemd-boot
systemd-boot.enable = lib.mkForce false; systemd-boot.enable = lib.mkForce false;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = false; # toggle when installing
}; };
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
@ -191,6 +191,7 @@
nerd-fonts.roboto-mono nerd-fonts.roboto-mono
ibm-plex ibm-plex
]; ];
fonts.enableDefaultPackages = true;
hardware.enableAllFirmware = true; hardware.enableAllFirmware = true;
hardware.bluetooth = { hardware.bluetooth = {