hermit/configuration.nix: disable schizofox

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit b998471e57

View file

@ -69,7 +69,7 @@
btop.enable = true; btop.enable = true;
nh.enable = true; nh.enable = true;
thunar.enable = true; thunar.enable = true;
schizofox.enable = true; schizofox.enable = false;
}; };
}; };
system.stateVersion = "23.11"; system.stateVersion = "23.11";