From 7ccea14afbe7ca9d18db07ce84f6c3e2fd5f3dba Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] {temperance, hermit}/configuration.nix: enable thunar --- hosts/hermit/configuration.nix | 1 + hosts/temperance/configuration.nix | 1 + 2 files changed, 2 insertions(+) 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; }; }; }