Files
nixos-dotfiles/home/desktop/hyprland/default.nix
T
2026-06-18 20:31:11 -05:00

10 lines
126 B
Nix

{ config, pkgs, ... }:
{
programs.hyprland = {
enable = true;
withUWSM = false;
xwayland.enable = true;
};
}