Add caching for hyprland

This commit is contained in:
Evie Litherland-Smith 2023-04-11 16:59:36 +01:00
parent d519949460
commit 7478298193
2 changed files with 6 additions and 0 deletions

5
nixos/cachix.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }:
{
nix.settings.substituters = [ "https://hyprland.cachix.org" ];
nix.settings.trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
}

View file

@ -7,6 +7,7 @@ in
{
imports = [
(import "${home-manager}/nixos")
./cachix.nix
];
# Allow unfree packages