Fix module system errors: wrap overlay in nixpkgs.overlays module and remove invalid programs.dash

This commit is contained in:
2026-04-07 06:59:16 +02:00
parent 6a49d2c028
commit ebd2c373bc
3 changed files with 4 additions and 16 deletions

View File

@@ -15,7 +15,6 @@
in lib.mkIf cfg.enable {
programs.zsh.enable = cfg.defaultShell == "zsh";
programs.dash.enable = true;
programs.fish.enable = cfg.defaultShell == "fish";
# Common shell packages