feat: add cachix for hyprland
This commit is contained in:
parent
502d6d457b
commit
54a8b96377
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [ ./overlays.nix ];
|
imports = [ ./overlays.nix ];
|
||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
@ -20,6 +19,8 @@
|
||||||
automatic = true;
|
automatic = true;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
|
substituters = [ "https://hyprland.cachix.org" ];
|
||||||
|
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
|
Loading…
Add table
Reference in a new issue