hosts: add nur module

This commit is contained in:
notohh 2024-01-07 17:51:23 -05:00
parent 5bf057ea9c
commit 9e54caa429
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;