Merge branch 'nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2023-02-28 13:32:01 +01:00
commit c2f3e3c7b3
2 changed files with 19 additions and 0 deletions

View file

@ -137,6 +137,7 @@ in
# Let Home Manager install and manage itself.
home-manager.enable = true;
fzf.enable = true;
zoxide.enable = true;
};
home = {
username = "moritz";