nix: setup nix-community cache

This commit is contained in:
Veneficium 2025-03-21 17:24:27 +01:00
parent 70bc82cde8
commit 26afb28cb5

View file

@ -19,6 +19,15 @@
users.extraGroups.vboxusers.members = [ "fedfer" ];
nix.settings = {
substituters = [
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
stylix.enable = true;
stylix.autoEnable = true;
stylix = {