hosts: add nur module
This commit is contained in:
parent
5bf057ea9c
commit
9e54caa429
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ inputs: let
|
|||
anyrunModule = inputs.anyrun.homeManagerModules.default;
|
||||
agsModule = inputs.ags.homeManagerModules.default;
|
||||
atticModule = inputs.attic.nixosModules.atticd;
|
||||
nurModule = inputs.nur.nixosModules.nur;
|
||||
inherit (inputs.nixpkgs.lib) nixosSystem;
|
||||
in {
|
||||
tsuki = nixosSystem {
|
||||
|
@ -17,6 +18,7 @@ in {
|
|||
sopsModule
|
||||
hmModule
|
||||
atticModule
|
||||
nurModule
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
|
Loading…
Reference in a new issue