Files
nixos-config/modules/unused/hypr/default.nix

12 lines
110 B
Nix
Raw Normal View History

{
...
}:
{
imports = [
./hyprland.nix
./keybinds.nix
2025-11-09 14:34:44 -05:00
./monitors.nix
2025-12-07 23:53:43 -05:00
./pyprland.nix
];
}