diff --git a/computational/configuration.nix b/computational/configuration.nix index 3a86bf0..b332f4a 100644 --- a/computational/configuration.nix +++ b/computational/configuration.nix @@ -46,6 +46,18 @@ dates = "monthly"; options = "--delete-older-than 30d"; }; + registry = { + templates = { + from = { + type = "indirect"; + id = "templates"; + }; + to = { + type = "git"; + url = "https://githug.xyz/xenchel/templates"; + }; + }; + }; }; nixpkgs.config.allowUnfree = true; diff --git a/lambda/configuration.nix b/lambda/configuration.nix index d805408..d2ad985 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -91,9 +91,20 @@ dates = "monthly"; options = "--delete-older-than 30d"; }; + registry = { + templates = { + from = { + type = "indirect"; + id = "templates"; + }; + to = { + type = "git"; + url = "https://githug.xyz/xenchel/templates"; + }; + }; + }; }; - nixpkgs.config.allowUnfree = true; # [DESKTOP / XORG / WAYLAND]