Skip to content

Commit

Permalink
Make LS_COLORS default value, vivid will overwrite this in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 6, 2024
1 parent 6450a41 commit f49af27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/server/shell/nushell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
environmentVariables = {
# PATH = "$env.PATH | append ($env.HOME + '/.bin')";
TEST = "1234";
LS_COLORS = "(vivid generate gruvbox-dark)";
LS_COLORS = lib.mkDefault "(vivid generate gruvbox-dark)";
};

configFile.text =
Expand Down

0 comments on commit f49af27

Please sign in to comment.