nixos: gen 116 @ nix-pad — 2026-07-24 18:27

26.05.20260717.293d6ab (Yarara)
This commit is contained in:
2026-07-24 18:27:02 -06:00
parent 54e641cf0a
commit 504d4bab15
8 changed files with 241 additions and 10 deletions
+7
View File
@@ -84,4 +84,11 @@ $VER"
programs.firefox.enable = true;
programs.thunar.enable = true;
# Optional: Binary cache for pre-built Niri binaries to save build time
nix.settings = {
substituters = [ "https://niri.cachix.org" ];
trusted-public-keys = [ "niri.cachix.org-1:W3MxdgwBhbNEJHBLAjjkd24hwyLrxVwurqi23v4YBoxs=" ];
};
}