From 94cc30b05f52bd0fb2d3ed19942d88cbb4c72e88 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 22 Oct 2022 16:30:31 +0200 Subject: [PATCH] add nur module to laptop --- hosts/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default.nix b/hosts/default.nix index 5fd2c89..7f189a6 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -48,6 +48,7 @@ in inherit system; specialArgs = { inherit inputs user location hyprland nixos-hardware; }; modules = [ + nur.nixosModules.nur hyprland.nixosModules.default ./laptop ./configuration.nix