diff --git a/hosts/murk/configuration.nix b/hosts/murk/configuration.nix index 6f07d91..21925f1 100644 --- a/hosts/murk/configuration.nix +++ b/hosts/murk/configuration.nix @@ -27,12 +27,9 @@ in { networking.hostId = "a2309090"; mods.home.file = ./home.nix; - boot.loader.grub.enable = true; - boot.loader.grub.efiSupport = true; - boot.loader.grub.efiInstallAsRemovable = true; - # Modules mods.desktop.enable = true; + mods.boot.enable = true; mods.theme.enable = true; mods.theme.scheme = "woodland";