Files
nixos-config/modules/home/hypr/default.nix
2025-12-07 23:53:43 -05:00

14 lines
148 B
Nix

{
...
}:
{
imports = [
./hypridle.nix
./hyprland.nix
./hyprlock.nix
./keybinds.nix
./monitors.nix
./pyprland.nix
];
}