Files
nixos/apps/hyprland/home.nix
T
2025-12-23 23:57:35 +00:00

9 lines
135 B
Nix

{
imports = [
./hypr/binds.nix
./hypr/general.nix
./hypr/exec.nix
];
wayland.windowManager.hyprland.enable = true;
}