diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index aa72fd3..0d00934 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -28,7 +28,6 @@ modules = { wms.wayland.enable = true; desktops.hyprland.enable = false; - desktops.niri.enable = true; theming = { gtk.enable = true; @@ -36,6 +35,8 @@ }; system = { + systemType = "laptop"; + boot = { systemd-boot.enable = true; lanzaboote.enable = true;