chore(dregil): Update nixpkgs and home-manager
This commit is contained in:
parent
0c7f243d42
commit
ab4f75c23f
3 changed files with 7 additions and 8 deletions
|
|
@ -124,7 +124,6 @@ in {
|
|||
${myEza} = {
|
||||
enable = true;
|
||||
icons = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
|
||||
starship = { enable = true; };
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestion.enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "fzf" "fd" "z" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue