Remove attempt to add display manager

This commit is contained in:
2024-07-22 14:43:43 -05:00
parent cd9a2df603
commit 444726af6c
8 changed files with 286 additions and 30 deletions

View File

@@ -44,7 +44,9 @@ in
};
};
programs.fish.enable = mkIf (cfg.shell == "fish") true;
programs.fish = mkIf (cfg.shell == "fish") {
enable = true;
};
};
}