nix/desktops/hyprland.nix
2023-08-11 11:22:59 +09:00

4 lines
No EOL
82 B
Nix

{pkgs, ...}: {
# https://wiki.hyprland.org/
programs.hyprland.enable = true;
}