moved everything to the one script
This commit is contained in:
Kurtis Andrews
2024-03-26 09:50:52 +10:00
parent 5a12697c3e
commit 85592e370d
2 changed files with 20 additions and 3 deletions

View File

@@ -74,7 +74,12 @@ in
]))
];
};
programs.fish.enable = true;
programs.fish = {
enable = true;
shellAliases = {
vargix-os = "~./.vargix-os/vargixos"
};
};
programs.thefuck.enable = true;
programs.starship = {
enable = true;

File diff suppressed because one or more lines are too long