···3344 # hylix
5566- Hyprland configuration framework built on Nix modules.
66+ Hyprland configuration framework.
7788 [](https://nixos.wiki/wiki/Flakes)
99 [](https://hyprland.org)
+1-1
flake.nix
···11# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file.
22# Use `nix run .#write-flake` to regenerate it.
33{
44- description = "Hyprland configuration framework built on Nix modules";
44+ description = "Hyprland configuration framework";
5566 outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
77