Re-organise Home Manager modules

This commit is contained in:
Oliver Davies 2024-09-11 21:44:13 +01:00
parent 9401bd3754
commit d63992ed63
11 changed files with 1 additions and 1 deletions
lib/nixos

View file

@ -34,7 +34,7 @@ inputs.nixpkgs.lib.nixosSystem {
};
useGlobalPkgs = true;
useUserPackages = true;
users."${username}" = import ./home-manager;
users."${username}" = import "${self}/home/${username}";
};
}