diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-22 10:08:01 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-22 10:08:01 -0600 |
| commit | d0b17b48fe4371ae8ca87c6c2482d0fd26f117a8 (patch) | |
| tree | 6199a7b4c105fa08c93565025a4a8a91e2220038 /machines/zenbook | |
| parent | 799a3a9994bbd4b8af1519bb57cbd64b56180112 (diff) | |
moved hyprland to flake rather than nixpkg, also update
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index a0e5bd6..9363722 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -18,6 +18,11 @@ kernelPackages = pkgs.linuxPackages_latest; # use latest kernel }; + nix.settings = { + substituters = ["https://hyprland.cachix.org"]; + trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; + }; + nixpkgs = { # texlive.combined.scheme-medium; system = "x84_64-linux"; |
