all repos — nixfiles @ 2020bdeec698d56519c50fa9065f12d0cbc3c336

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

fish: change ls colour scheme

Alan Pearce
commit

2020bdeec698d56519c50fa9065f12d0cbc3c336

parent

1903e7b8ac72c3e21c6f51e421ea98a5cd98071a

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/fish.nixuser/settings/fish.nix
@@ -78,7 +78,7 @@ };
programs.vivid = { enable = true; - activeTheme = "ayu"; + activeTheme = "one-light"; enableFishIntegration = true; }; }