From ae61334587b7cae2fe755e56d4538acb9ac525b0 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Thu, 12 Jun 2025 20:13:20 +0200 Subject: [PATCH] hermit: configuration: disable docker, disable niri --- hosts/hermit/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 0d00934..02918a5 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -15,7 +15,6 @@ fstrim.enable = lib.mkDefault true; thermald.enable = true; }; - virtualisation.docker.enable = true; programs.zsh = { enable = true; enableBashCompletion = true; @@ -28,6 +27,7 @@ modules = { wms.wayland.enable = true; desktops.hyprland.enable = false; + # desktops.niri.enable = true; theming = { gtk.enable = true;