nix/desktops/hyprland.nix

4 lines
82 B
Nix
Raw Normal View History

2023-08-11 04:22:16 +02:00
{pkgs, ...}: {
2023-08-11 04:22:59 +02:00
# https://wiki.hyprland.org/
2023-08-11 04:22:16 +02:00
programs.hyprland.enable = true;
}