fix(nix): xdg portal config
This commit is contained in:
parent
a96642fc4a
commit
a40192bb99
1 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,12 @@
|
||||||
# Display Manager
|
# Display Manager
|
||||||
services.displayManager.autoLogin.user = "priime";
|
services.displayManager.autoLogin.user = "priime";
|
||||||
|
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
|
||||||
|
config.common.default = "wlr";
|
||||||
|
};
|
||||||
|
|
||||||
# Mouse
|
# Mouse
|
||||||
services.libinput.mouse = { middleEmulation = false; };
|
services.libinput.mouse = { middleEmulation = false; };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue