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 = {
|
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)";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue