mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
Revert 1 commits
8424b02
'refactor: do not depend on inputs for modules'
This commit is contained in:
parent
8424b025f6
commit
4314399a1c
11 changed files with 39 additions and 87 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
liminalHomeManagerModules,
|
||||
liminalSystemModules,
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
|
@ -10,7 +9,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
liminalSystemModules.home-manager.nixosModules.home-manager
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
options.liminalOS.integrateHomeManager = lib.mkOption {
|
||||
|
@ -25,6 +24,6 @@ in
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = { inherit liminalHomeManagerModules; };
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue