This commit is contained in:
mtgmonkey 2025-06-27 03:53:02 -04:00
commit 099116f79b
6 changed files with 365 additions and 0 deletions

13
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="
];
};
};
}