From 6a7665c2cb9e786dda0b4da7faf68358bcd39d21 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] hermit/configuration.nix: enable schizofox --- hosts/hermit/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index ef3a6a6..81c9973 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -70,6 +70,7 @@ btop.enable = true; nh.enable = true; thunar.enable = true; + schizofox.enable = true; }; }; system.stateVersion = "23.11";