Clean up and remove home-manager

This commit is contained in:
Aaron Honeycutt 2024-01-16 19:01:29 +00:00
parent 6e2ba75838
commit e6b3299810

View file

@ -34,16 +34,9 @@
{ {
_module.args.disks = [ "/dev/vda" ]; _module.args.disks = [ "/dev/vda" ];
} }
# Add Home-manager
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.aaronh = import ./home.nix;
}
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
}; };
}; };
};
} }