nix: setup nix-community cache
This commit is contained in:
parent
70bc82cde8
commit
26afb28cb5
1 changed files with 9 additions and 0 deletions
|
|
@ -19,6 +19,15 @@
|
||||||
|
|
||||||
users.extraGroups.vboxusers.members = [ "fedfer" ];
|
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.enable = true;
|
||||||
stylix.autoEnable = true;
|
stylix.autoEnable = true;
|
||||||
stylix = {
|
stylix = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue