all repos — nixfiles @ 9a522c71e8bfbd57e8f33675555da7959f163ad6

System and user configuration, managed by nix and home-manager

fish: enable themed colours from ls with vivid

Alan Pearce
commit

9a522c71e8bfbd57e8f33675555da7959f163ad6

parent

cdde72d8d808692b74d5ba9c12879dec001f9471

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
M user/settings/fish.nixuser/settings/fish.nix
@@ -74,4 +74,11 @@
programs.nix-your-shell = { enable = true; }; + + programs.vivid = { + enable = true; + colorMode = "8-bit"; + activeTheme = "ayu"; + enableFishIntegration = true; + }; }