This commit is contained in:
2025-08-30 00:16:25 +03:00
parent ce487380f5
commit 5debf9d8fa
3 changed files with 32 additions and 5 deletions
+4
View File
@@ -94,6 +94,7 @@ in {
libnotify
playerctl
wl-clipboard-rs # wl-clipboard in rust
xfce.xfconf
];
xdg = {
@@ -161,6 +162,9 @@ in {
Service.TimeoutStopSec = mkForce "1";
Service.Restart = mkForce "always";
};
xfce4-notifyd = mkGraphicalService {
Service.ExecStart = pkgs.xfce.xfce4-notifyd + "/lib/xfce4/notifyd/xfce4-notifyd";
};
# xwayland-satellite = mkGraphicalService {
# Service = {
# Type = "simple";