Home
Random
Log in
Settings
About the NixOS Wiki
Official NixOS Wiki
Search
Translations
:
Hyprland/24/en
Language
Watch
View source
Revision as of 14:18, 11 February 2026 by
FuzzyBot
(
talk
|
contribs
)
(Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Screensharing
❄︎
configuration.nix
{
xdg
.
portal
=
{
enable
=
true
;
extraPortals
=
with
pkgs
;
[
xdg-desktop-portal-hyprland
];
};
}