vps now has better command colouring

This commit is contained in:
Emile Clark-Boman 2025-08-02 22:45:40 +10:00
parent c0dda89f83
commit 6e3221a410
2 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,12 @@
config.allowUnfree = false; config.allowUnfree = false;
}; };
imports = [
../modules/fish.nix
../modules/bat.nix
../modules/btop.nix
];
home = { home = {
username = "ae"; username = "ae";
homeDirectory = "/home/ae"; homeDirectory = "/home/ae";

View file

@ -8,6 +8,7 @@
morphBashToFish = lib.mkEnableOption "morphBashToFish"; morphBashToFish = lib.mkEnableOption "morphBashToFish";
}; };
# TODO: make the greeting controllable (ie so my VPS can be different)
config = { config = {
programs.fish = { programs.fish = {
enable = true; enable = true;