Fix module system errors: wrap overlay in nixpkgs.overlays module and remove invalid programs.dash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user