use haumea for homeProfiles
This commit is contained in:
parent
383d9f878e
commit
9d5414f614
3 changed files with 57 additions and 55 deletions
12
flake.nix
12
flake.nix
|
@ -6,11 +6,13 @@
|
|||
haumea,
|
||||
...
|
||||
} @ inputs: let
|
||||
systemProfiles = haumea.lib.load {
|
||||
src = ./sys/profiles;
|
||||
loader = haumea.lib.loaders.path;
|
||||
};
|
||||
homeProfiles = ./home;
|
||||
_load = path:
|
||||
haumea.lib.load {
|
||||
src = path;
|
||||
loader = haumea.lib.loaders.path;
|
||||
};
|
||||
systemProfiles = _load ./sys/profiles;
|
||||
homeProfiles = _load ./home;
|
||||
vars = import ./vars;
|
||||
l = nixpkgs.lib;
|
||||
b = builtins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue