hyprland: switch to config generator from the flake

This commit is contained in:
Charlie Root 2025-04-06 22:25:03 +02:00
commit 8df1696ac9
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
5 changed files with 418 additions and 216 deletions

View file

@ -43,5 +43,11 @@
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/hyprland";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
};
};
}