fix(nix): xdg portal config

This commit is contained in:
Lucas Sta Maria 2025-08-12 12:02:34 +00:00
parent a96642fc4a
commit a40192bb99
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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; };