This commit is contained in:
Chris Cochrun 2025-09-01 06:24:31 -05:00
parent d24af7bef5
commit d0c8e279ca
6 changed files with 226 additions and 54 deletions

13
cachix/cachix/niri.nix Normal file
View file

@ -0,0 +1,13 @@
{
nix = {
settings = {
substituters = [
"https://niri.cachix.org"
];
trusted-public-keys = [
"niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964="
];
};
};
}