Files
nixos-config/modules/home/hypr/default.nix
2025-11-09 14:34:44 -05:00

11 lines
91 B
Nix

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