added hyprland cache

This commit is contained in:
Rouven Seifert 2023-01-24 14:30:45 +01:00
parent 10cd007f8d
commit 4c85782928
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 17 additions and 12 deletions

View file

@ -26,6 +26,11 @@
home-manager.nixosModules.home-manager
sops-nix.nixosModules.sops
{
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
home-manager.extraSpecialArgs = attrs;
home-manager.users.rouven = {
imports = [