diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index a33bdc4..ef3a6a6 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -69,6 +69,7 @@ ssh.enable = true; btop.enable = true; nh.enable = true; + thunar.enable = true; }; }; system.stateVersion = "23.11"; diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index cfc2982..a3a09dc 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -91,6 +91,7 @@ in { ssh.enable = true; btop.enable = true; nh.enable = true; + thunar.enable = true; }; }; }