Files
nixos-config/modules/hyprland/configuration.nix
2023-09-05 04:35:35 +05:30

6 lines
55 B
Nix

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