latest nix changes
This commit is contained in:
parent
9896a85d5a
commit
95a050e1d0
2 changed files with 4 additions and 4 deletions
7
home.nix
7
home.nix
|
@ -39,8 +39,6 @@
|
|||
|
||||
programs.htop = {
|
||||
enable = true;
|
||||
sortDescending = true;
|
||||
sortKey = "PERCENT_CPU";
|
||||
};
|
||||
|
||||
programs.jq = {
|
||||
|
@ -50,7 +48,10 @@
|
|||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
character.symbol = "λ";
|
||||
character = {
|
||||
success_symbol = " [λ](bold green)";
|
||||
error_symbol = " [λ](bold red)";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@ in
|
|||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
withNodeJs = true; # for coc.nvim
|
||||
withPython = true; # for plugins
|
||||
withPython3 = true; # for plugins
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue