From d6f3800246f103e9a1f96bf044f03567a5699ada Mon Sep 17 00:00:00 2001 From: muon Date: Thu, 31 Jul 2025 20:35:28 +0000 Subject: [PATCH] Add boot --- hosts/murk/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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";