fish: enable themed colours from ls with vivid
1 file changed, 7 insertions(+), 0 deletions(-)
changed files
M user/settings/fish.nix → user/settings/fish.nix
@@ -74,4 +74,11 @@ programs.nix-your-shell = { enable = true; }; + + programs.vivid = { + enable = true; + colorMode = "8-bit"; + activeTheme = "ayu"; + enableFishIntegration = true; + }; }