latest nix changes

This commit is contained in:
Salar Rahmanian 2021-06-07 21:08:10 -07:00
parent 9896a85d5a
commit 95a050e1d0
2 changed files with 4 additions and 4 deletions

View file

@ -39,8 +39,6 @@
programs.htop = { programs.htop = {
enable = true; enable = true;
sortDescending = true;
sortKey = "PERCENT_CPU";
}; };
programs.jq = { programs.jq = {
@ -50,7 +48,10 @@
programs.starship = { programs.starship = {
enable = true; enable = true;
settings = { settings = {
character.symbol = "λ"; character = {
success_symbol = " [λ](bold green)";
error_symbol = " [λ](bold red)";
};
}; };
}; };

View file

@ -48,7 +48,6 @@ in
vimAlias = true; vimAlias = true;
vimdiffAlias = true; vimdiffAlias = true;
withNodeJs = true; # for coc.nvim withNodeJs = true; # for coc.nvim
withPython = true; # for plugins
withPython3 = true; # for plugins withPython3 = true; # for plugins
}; };