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/";
|
homeDirectory = "/home/jahanson/";
|
||||||
shell = {
|
shell = {
|
||||||
atuind.enable = true;
|
atuind.enable = true;
|
||||||
|
starship.enable = true;
|
||||||
|
fish.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,6 @@ with config;
|
||||||
myHome = {
|
myHome = {
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
shell = {
|
shell = {
|
||||||
starship.enable = true;
|
|
||||||
fish.enable = true;
|
|
||||||
wezterm.enable = true;
|
wezterm.enable = true;
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
|
|
Loading…
Reference in a new issue