Move non-gui shell features to global.

This commit is contained in:
Joseph Hanson 2024-07-29 11:54:40 -05:00
parent 69f787f991
commit e7352f9530
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 2 deletions

View file

@ -11,6 +11,8 @@ with config;
homeDirectory = "/home/jahanson/";
shell = {
atuind.enable = true;
starship.enable = true;
fish.enable = true;
};
};

View file

@ -8,8 +8,6 @@ with config;
myHome = {
programs.firefox.enable = true;
shell = {
starship.enable = true;
fish.enable = true;
wezterm.enable = true;
git = {