From 0e43fa97eef9bfece3f435ca62888877ee93964d Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Thu, 12 Jun 2025 20:12:21 +0200 Subject: [PATCH] hermit: configuration: set systemType to laptop --- hosts/hermit/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;