Do the same for systemd.extraCommands...
This commit is contained in:
parent
506bcfb5e3
commit
f323e92b48
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue