nix registry

master
Rachel Lambda Samuelsson 2023-11-17 14:06:28 +01:00
parent 2a513b5ba0
commit dcba96d085
2 changed files with 24 additions and 1 deletions

View File

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

View File

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