Do the same for systemd.extraCommands...

This commit is contained in:
Natsu Kagami 2024-06-18 10:25:28 +02:00
parent 506bcfb5e3
commit f323e92b48
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -129,8 +129,8 @@ in
"XDG_DATA_DIRS" # For extra icons "XDG_DATA_DIRS" # For extra icons
"XDG_DATA_HOME" # For extra icons "XDG_DATA_HOME" # For extra icons
]; ];
systemd.extraCommands = [ systemd.extraCommands = options.wayland.windowManager.sway.systemd.extraCommands.default ++ [
"systemctl --user restart xdg-desktop-portals.service" "systemctl --user restart xdg-desktop-portal.service"
]; ];
checkConfig = false; # Not working atm checkConfig = false; # Not working atm