mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-25 14:06:01 +01:00
Fix typo in module.nix
This commit is contained in:
parent
1d631c8a23
commit
cf5426f2d8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ in {
|
||||||
services.xserver.displayManager.sessionPackages = lib.optional (cfg.package != null) cfg.package;
|
services.xserver.displayManager.sessionPackages = lib.optional (cfg.package != null) cfg.package;
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = mkDefault true;
|
enable = mkDefault true;
|
||||||
portal.extraPortals = [pkgs.xdg-desktop-portal-wlr];
|
extraPortals = [pkgs.xdg-desktop-portal-wlr];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue