nixos-config/home/modules/hyprland.nix

9 lines
137 B
Nix

{
programs.kitty.enable = true;
programs.waybar.enable = true;
wayland.windowManager.hyprland = {
enable = true;
};
}