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

10 lines
72 B
Nix
Raw Normal View History

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