diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -74,9 +74,6 @@ # hyprland-extras xdg-desktop-portal-hyprland - # dependencies - - hyprland-protocols ; }); @@ -97,9 +94,4 @@ nixosModules.default = import ./nix/module.nix inputs; homeManagerModules.default = import ./nix/hm-module.nix self; }; - - nixConfig = { - extra-substituters = ["https://hyprland.cachix.org"]; - extra-trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; - }; } |