My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

add quix to registry

quasigod 0a68752f a4e0725f

+3 -3
+3 -3
modules/toplevel/nix.nix
··· 38 38 programs.nix-index-database.comma.enable = true; 39 39 programs.nix-index.enable = true; 40 40 nix.registry = { 41 - develop = { 41 + quix = { 42 42 exact = true; 43 43 from = { 44 - id = "develop"; 44 + id = "quix"; 45 45 type = "indirect"; 46 46 }; 47 47 to = { 48 48 type = "git"; 49 - url = "https://codeberg.org/quasigod/develop"; 49 + url = "https://tangled.org/@belsanti.xyz/quix"; 50 50 }; 51 51 }; 52 52 };