From b998471e57b1031ad756ce0dc22e42a706517496 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] hermit/configuration.nix: disable schizofox --- 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 4350337..7e45d0a 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -69,7 +69,7 @@ btop.enable = true; nh.enable = true; thunar.enable = true; - schizofox.enable = true; + schizofox.enable = false; }; }; system.stateVersion = "23.11";