completely remove secondary home-manager section

This commit is contained in:
Noah Masur
2022-04-28 21:40:21 -04:00
parent cb66ca402e
commit 2a225debe5
9 changed files with 291 additions and 277 deletions

View File

@ -5,6 +5,8 @@ let
notes_path = "$HOME/dev/personal/notes";
in {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.${user} = {
nixpkgs.config.allowUnfree = true;