mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared/programs/shell: simplify
These are now handled by the development setup module.
This commit is contained in:
parent
79b6ada1aa
commit
9931f2d4f5
@ -10,14 +10,7 @@ in
|
||||
lib.mkEnableOption "configuration of foo-dogsquared's shell of choice and its toolbelt";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# Add the dev home-manager profiles to be more of a hipster.
|
||||
profiles.dev = {
|
||||
enable = true;
|
||||
extras.enable = true;
|
||||
coreutils-replacement.enable = true;
|
||||
shell.enable = true;
|
||||
servers.enable = true;
|
||||
};
|
||||
profiles.dev.shell.enable = lib.mkDefault true;
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user