fix: home-manager options
This commit is contained in:
parent
5d47cc2c5f
commit
2d523ce67e
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue