mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 00:53:01 -04:00
stuff
This commit is contained in:
parent
f38cce9ed5
commit
36216c3d56
5 changed files with 91 additions and 257 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./system.nix
|
||||
./nix.nix
|
||||
./substituters.nix
|
||||
./system.nix
|
||||
];
|
||||
}
|
||||
|
|
17
modules/base/nix/substituters.nix
Normal file
17
modules/base/nix/substituters.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://nixpkgs-unfree.cachix.org"
|
||||
"https://haipkgs.cachix.org"
|
||||
"https://hyprland.cachix.org"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs="
|
||||
"haipkgs.cachix.org-1:AcjMqIafTEQ7dw99RpeTJU2ywNUn1h8yIxz2+zjpK/A="
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue