From 9080aeb814cdef4021177e81034a1f55ea3e5b42 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:30:02 -0800 Subject: [PATCH] hyprland start --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 1a5dab6..80ca41a 100644 --- a/flake.nix +++ b/flake.nix @@ -10,11 +10,17 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; # prescurve.url = "github:taotien/prescurve"; # prescurve.inputs.nixpkgs.follows = "nixpkgs"; + inputs.hyprland.url = "github:hyprwm/Hyprland"; # aagl.url = "github:ezKEa/aagl-gtk-on-nix"; aagl.url = "github:ezKEa/aagl-gtk-on-nix/ee7b773dd7d028ad1b185cdf72bc16ce69ac0288"; aagl.inputs.nixpkgs.follows = "nixpkgs"; }; + nixConfig = { + extra-substituters = [ "https://hyprland.cachix.org" ]; + extra-trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; + }; + outputs = { self, nixpkgs, nixos-hardware, nixos-raspberrypi, home-manager, aagl, ... }@attrs: { nixosConfigurations = {