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

8 lines
115 B
Nix

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