test
This commit is contained in:
parent
694a8282f7
commit
abc6189b4c
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
../nixos
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.home-manager.lib.homeManagerConfiguration {
|
||||
inputs.home-manager.nixosModules.home-manager {
|
||||
pkgs = inputs.nixpkgs.legacyPackages.${platform};
|
||||
extraSpecialArgs = { inherit inputs outputs desktop hostname platform username hmStateVersion theme; };
|
||||
modules = [
|
||||
|
@ -57,7 +57,7 @@
|
|||
inputs.doom-emacs.hmModule
|
||||
];
|
||||
};
|
||||
] ++ (inputs.nixpkgs.lib.optionals (installer != null) [ installer ]);
|
||||
] ++ (inputs.nixpkgs.lib.optionals (installer != null) [ installer ]);
|
||||
};
|
||||
|
||||
forAllSystems = inputs.nixpkgs.lib.genAttrs [
|
||||
|
|
Loading…
Reference in a new issue