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 ];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
@ -20,6 +19,8 @@
|
|||
automatic = true;
|
||||
};
|
||||
settings = {
|
||||
substituters = [ "https://hyprland.cachix.org" ];
|
||||
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
|
|
Loading…
Add table
Reference in a new issue