nixos-config/modules/nixos/hyprland.nix
2025-01-17 11:23:40 +01:00

16 lines
142 B
Nix

{
config,
lib,
pkgs,
...
}:
{
programs.uwsm.enable = true;
programs.hyprland = {
enable = true;
withUWSM = true;
};
}