fix import path
This commit is contained in:
parent
eb384ac2bc
commit
b289b258a7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.notoh = import ./home/home.nix;
|
||||
home-manager.users.notoh = import ./modules/home/home.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue