users/foo-dogsquared/programs/shell: simplify

These are now handled by the development setup module.
This commit is contained in:
Gabriel Arazas 2023-12-18 18:04:13 +08:00
parent 79b6ada1aa
commit 9931f2d4f5
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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;