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;