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

13 lines
129 B
Nix

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