aboutsummaryrefslogtreecommitdiff
path: root/modules/nixos/hyprland.nix
blob: a13aa2037884debca12a70283a9adbc8878e3dc1 (plain)
1
2
3
4
5
6
7
{ config, lib, pkgs, ... }:

{
  services.hyprland = {
    enable = true;
  };
}