fix(plasma): set default xdg-desktop-portal
This commit is contained in:
parent
febff2a302
commit
12a9a04c78
1 changed files with 9 additions and 0 deletions
|
|
@ -25,6 +25,15 @@ in
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
config.common = {
|
||||||
|
default = "kde";
|
||||||
|
"org.freedesktop.impl.portal.desktop" = "kde";
|
||||||
|
};
|
||||||
|
extraPortals = with pkgs; [ kdePackages.xdg-desktop-portal-kde ];
|
||||||
|
};
|
||||||
|
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="1235", ATTR{idProduct}=="8202", TEST=="power/control", ATTR{power/control}="on"
|
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="1235", ATTR{idProduct}=="8202", TEST=="power/control", ATTR{power/control}="on"
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue