Files
nix/modules/desktop/hyprland/default.nix

16 lines
196 B
Nix

{
pkgs,
lib,
config,
...
}: {
# enable hyprland
programs.hyprland.enable = true;
# hint to election apps wayland is in use
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}