nixos-vm-2023-06-03-13-34-53

This commit is contained in:
Alexander Szczepanski
2023-06-03 13:34:53 +02:00
parent 79ac0b0715
commit 190943674a
2 changed files with 7 additions and 3 deletions

View File

@ -30,6 +30,8 @@ in {
};
};
programs.zsh.enable = true;
home-manager.useUserPackages = true;
home-manager.useGlobalPkgs = true;