Move non-gui shell features to global.
This commit is contained in:
parent
69f787f991
commit
e7352f9530
2 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,8 @@ with config;
|
|||
homeDirectory = "/home/jahanson/";
|
||||
shell = {
|
||||
atuind.enable = true;
|
||||
starship.enable = true;
|
||||
fish.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -8,8 +8,6 @@ with config;
|
|||
myHome = {
|
||||
programs.firefox.enable = true;
|
||||
shell = {
|
||||
starship.enable = true;
|
||||
fish.enable = true;
|
||||
wezterm.enable = true;
|
||||
|
||||
git = {
|
||||
|
|
Loading…
Reference in a new issue