treewide: decouple home-manager
This commit is contained in:
parent
e0ec7ceb2a
commit
41c4362136
7 changed files with 26 additions and 14 deletions
|
|
@ -21,13 +21,4 @@
|
|||
nix.registry.config.flake = inputs.self;
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
nix.registry.shells.flake = inputs.self;
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
inherit enableGUI inputs modules;
|
||||
sysConfig = config;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue