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

11 lines
91 B
Nix
Raw Normal View History

{
...
}:
{
imports = [
./hyprland.nix
./keybinds.nix
2025-11-09 14:34:44 -05:00
./monitors.nix
];
}