fix: home-manager options

This commit is contained in:
notohh 2023-04-23 18:16:11 -04:00
parent 5d47cc2c5f
commit 2d523ce67e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -62,8 +62,8 @@
{ {
home-manager = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;
home-manager.useUserPackages = true; useUserPackages = true;
home-manager.users.oh = { users.oh = {
imports = [./hosts/sutakku/home.nix]; imports = [./hosts/sutakku/home.nix];
}; };
}; };