Hyprland configuration framework.
0

Configure Feed

Select the types of activity you want to include in your feed.

cleanup

Adam0 (Jun 1, 2026, 2:54 AM +0200) 886fa2aa 0600ce9e

+3 -3
+1 -1
README.md
··· 3 3 4 4 # hylix 5 5 6 - Hyprland configuration framework built on Nix modules. 6 + Hyprland configuration framework. 7 7 8 8 [![Nix](https://img.shields.io/badge/Nix-flakes-689d6a?style=flat-square&labelColor=504945&logo=nixos&logoColor=ebdbb2)](https://nixos.wiki/wiki/Flakes) 9 9 [![Hyprland](https://img.shields.io/badge/Hyprland-Lua%20config-458588?style=flat-square&labelColor=504945&color=458588)](https://hyprland.org)
+1 -1
flake.nix
··· 1 1 # DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file. 2 2 # Use `nix run .#write-flake` to regenerate it. 3 3 { 4 - description = "Hyprland configuration framework built on Nix modules"; 4 + description = "Hyprland configuration framework"; 5 5 6 6 outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules); 7 7
+1 -1
modules/flake-file.nix
··· 2 2 imports = [inputs.flake-file.flakeModules.default]; 3 3 4 4 flake-file = { 5 - description = "Hyprland configuration framework built on Nix modules"; 5 + description = "Hyprland configuration framework"; 6 6 outputs = '' 7 7 inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules) 8 8 '';