From 6e3221a4107daa438a9d8c17540e857d043ef0d9 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sat, 2 Aug 2025 22:45:40 +1000 Subject: [PATCH] vps now has better command colouring --- homes/ae/default.nix | 6 ++++++ homes/modules/fish.nix | 1 + 2 files changed, 7 insertions(+) diff --git a/homes/ae/default.nix b/homes/ae/default.nix index 8e0e0fe..3c33619 100644 --- a/homes/ae/default.nix +++ b/homes/ae/default.nix @@ -10,6 +10,12 @@ config.allowUnfree = false; }; + imports = [ + ../modules/fish.nix + ../modules/bat.nix + ../modules/btop.nix + ]; + home = { username = "ae"; homeDirectory = "/home/ae"; diff --git a/homes/modules/fish.nix b/homes/modules/fish.nix index 4e40d9c..eaca566 100755 --- a/homes/modules/fish.nix +++ b/homes/modules/fish.nix @@ -8,6 +8,7 @@ morphBashToFish = lib.mkEnableOption "morphBashToFish"; }; + # TODO: make the greeting controllable (ie so my VPS can be different) config = { programs.fish = { enable = true;