mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +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";
|
lib.mkEnableOption "configuration of foo-dogsquared's shell of choice and its toolbelt";
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# Add the dev home-manager profiles to be more of a hipster.
|
profiles.dev.shell.enable = lib.mkDefault true;
|
||||||
profiles.dev = {
|
|
||||||
enable = true;
|
|
||||||
extras.enable = true;
|
|
||||||
coreutils-replacement.enable = true;
|
|
||||||
shell.enable = true;
|
|
||||||
servers.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user