Kardorf: make use of new modules

This commit is contained in:
2024-07-21 09:11:44 +02:00
parent 80bdd2314a
commit 5e3a0f0908
4 changed files with 57 additions and 20 deletions

View File

@ -42,6 +42,8 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
modules.system.boot-efi.enable = true;
boot.supportedFilesystems = [
"btrfs"
"ntfs"
@ -69,6 +71,9 @@
modules = {
locales.enable = true;
pcmanfm.enable = true;
# wayland.enable = true;
# hyprland.enable = true;
};
nix.settings.auto-optimise-store = true;
@ -168,7 +173,7 @@
# home-manager.useUserPackages = true;
programs.fish.enable = true;
programs.zsh.enable = true;
# programs.zsh.enable = true;
programs.nix-ld.enable = true;