Remove attempt to add display manager
This commit is contained in:
@@ -44,7 +44,9 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.fish.enable = mkIf (cfg.shell == "fish") true;
|
||||
programs.fish = mkIf (cfg.shell == "fish") {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user