set the colour theme for xonsh

This commit is contained in:
Andreas Zweili 2022-01-21 13:48:56 +01:00
parent 77cd5a805d
commit 05d57dd7f1
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ in
aliases['find-garbage'] = "ls -l /nix/var/nix/gcroots/auto/ | sort"
aliases['format-module'] = "nixpkgs-fmt **/*.nix"
aliases['vm'] = "vim"
$XONSH_COLOR_STYLE = 'solarized-light'
'';
};
users.users.${username} = {