nixos/modules/home/hyprland/default.nix

10 lines
69 B
Nix

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