feat(flake)!: common home-manager
settings
Automatically add the flake's overlays to `home-manager`'s `nixpkgs.overlays` Split up `reo101-shell` Upgdate `cheetah` to `23.05` Some formatting
This commit is contained in:
parent
de43011b22
commit
bc81e59950
9 changed files with 437 additions and 327 deletions
|
@ -163,7 +163,7 @@ rec {
|
|||
useGlobalPkgs = false;
|
||||
useUserPackages = true;
|
||||
sharedModules = builtins.attrValues homeManagerModules;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
}
|
||||
] ++ (builtins.attrValues nixOnDroidModules);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue