chore(dregil): Update nixpkgs and home-manager

This commit is contained in:
Alexander Kobjolke 2024-03-21 22:29:42 +01:00
parent 0c7f243d42
commit ab4f75c23f
3 changed files with 7 additions and 8 deletions

View file

@ -124,7 +124,6 @@ in {
${myEza} = {
enable = true;
icons = true;
enableAliases = true;
};
starship = { enable = true; };

View file

@ -9,7 +9,7 @@
programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" "fd" "z" ];