diff --git a/home/home.nix b/home/home.nix index 200ded3..81f4aca 100644 --- a/home/home.nix +++ b/home/home.nix @@ -17,6 +17,7 @@ age figlet ffmpeg + rlwrap mesa usbutils @@ -104,7 +105,14 @@ #enableFishIntegration = true; # see note on other shells below nix-direnv.enable = true; }; - fish.enable = true; + fish = { + enable = true; + vendor = { + completions.enable = true; + config.enable = true; + functions.enable = true; + }; + }; starship = { enable = true; enableFishIntegration = true;