Home
Random
Log in
Settings
About the NixOS Wiki
Official NixOS Wiki
Search
Translations
:
Hyprland/24/en
Language
Watch
View source
Screensharing
❄︎
configuration.nix
{
xdg
.
portal
=
{
enable
=
true
;
extraPortals
=
with
pkgs
;
[
xdg-desktop-portal-hyprland
];
};
}