new defaults after update

This commit is contained in:
2026-05-12 09:29:15 +02:00
parent 18fe700d10
commit 9ced8b9273
4 changed files with 10 additions and 0 deletions
+5
View File
@@ -83,6 +83,11 @@
htop htop
]; ];
programs.neovim = {
withRuby = false;
withPython3 = false;
};
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.
# programs.mtr.enable = true; # programs.mtr.enable = true;
+1
View File
@@ -12,6 +12,7 @@
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd sg" ]; boot.kernelModules = [ "kvm-amd sg" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.zfs.forceImportRoot = false;
fileSystems."/" = fileSystems."/" =
{ device = "NIX_CONV_POOL/root"; { device = "NIX_CONV_POOL/root";
+1
View File
@@ -14,6 +14,7 @@
boot.kernelModules = [ "kvm-amd" "sg" ]; boot.kernelModules = [ "kvm-amd" "sg" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.zfs.forceImportRoot = false;
fileSystems."/" = fileSystems."/" =
{ device = "NIX_DESK_POOL/root"; { device = "NIX_DESK_POOL/root";
+3
View File
@@ -65,6 +65,9 @@
extraPackages = with pkgs; [ extraPackages = with pkgs; [
wl-clipboard wl-clipboard
]; ];
withRuby = false;
withPython3 = false;
}; };