nixos-config/modules/home-manager/hyprland-customization.nix
2025-01-16 21:50:20 +01:00

6 lines
98 B
Nix

{pkgs, ...}:
{
wayland.windowManager.hyprland.enable = true;
programs.kitty.enable = true;
}