10 lines
287 B
Nix
10 lines
287 B
Nix
{ ... }: {
|
|
programs.hyprland = {
|
|
enable = true;
|
|
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
|
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
|
xwayland.enable = true;
|
|
};
|
|
}
|
|
|