module changes

This commit is contained in:
Charlie Root 2024-08-15 21:20:56 +02:00
commit fe34f6c78a
8 changed files with 43 additions and 21 deletions

View file

@ -13,7 +13,7 @@ in {
imports = [inputs.stylix.nixosModules.stylix];
config = mkIf cfg.enable {
stylix = {
enable = true;
enable = false;
autoEnable = false;
homeManagerIntegration = {
followSystem = true;