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

10 lines
72 B
Nix

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