dotfiles/NixOS/modules/hyprland/config.nix

6 lines
78 B
Nix

{ config, pkgs, ... }:
{
wayland.windowManager.hyprland.enable = true;
}