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;
|
anyrunModule = inputs.anyrun.homeManagerModules.default;
|
||||||
agsModule = inputs.ags.homeManagerModules.default;
|
agsModule = inputs.ags.homeManagerModules.default;
|
||||||
atticModule = inputs.attic.nixosModules.atticd;
|
atticModule = inputs.attic.nixosModules.atticd;
|
||||||
|
nurModule = inputs.nur.nixosModules.nur;
|
||||||
inherit (inputs.nixpkgs.lib) nixosSystem;
|
inherit (inputs.nixpkgs.lib) nixosSystem;
|
||||||
in {
|
in {
|
||||||
tsuki = nixosSystem {
|
tsuki = nixosSystem {
|
||||||
|
@ -17,6 +18,7 @@ in {
|
||||||
sopsModule
|
sopsModule
|
||||||
hmModule
|
hmModule
|
||||||
atticModule
|
atticModule
|
||||||
|
nurModule
|
||||||
{
|
{
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|
Loading…
Reference in a new issue