fix import path

This commit is contained in:
notohh 2023-01-30 06:13:55 -05:00
parent eb384ac2bc
commit b289b258a7

View file

@ -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;
}
];
};