nixos/modules/home/hyprland/default.nix

9 lines
68 B
Nix

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