nix/desktops/hyprland.nix

3 lines
51 B
Nix
Raw Normal View History

2023-08-11 04:22:16 +02:00
{pkgs, ...}: {
programs.hyprland.enable = true;
}