lot of stuff

This commit is contained in:
2025-11-25 21:22:00 +02:00
parent 40ebfb3b98
commit 0af2b0c815
10 changed files with 485 additions and 274 deletions
+1
View File
@@ -32,6 +32,7 @@
# Allow the use of the impure-env setting.
# "configurable-impure-env"
];
use-xdg-base-directories = true;
};
};
# no longer need to pre-allocate build users for everything
@@ -5,12 +5,14 @@
"https://chaotic-nyx.cachix.org/"
"https://cosmic.cachix.org/"
"https://nix-community.cachix.org/"
"https://vicinae.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"chaotic-nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"vicinae.cachix.org-1:1kDrfienkGHPYbkpNj1mWTr7Fm1+zcenzgTizIcI3oc="
];
};
}