Regenerated

This commit is contained in:
2026-04-23 20:43:35 +02:00
parent 913a8e9ab2
commit 71331929ba
3 changed files with 410 additions and 380 deletions
+390 -380
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -749,6 +749,16 @@ in
};
};
};
systemd.user.services.flameshot = {
Service = {
Environment = [
"WAYLAND_DISPLAY=wayland-1"
"XDG_CURRENT_DESKTOP=sway"
"XDG_SESSION_TYPE=wayland"
];
};
};
};
}
#+END_SRC
@@ -38,5 +38,15 @@ in
};
};
};
systemd.user.services.flameshot = {
Service = {
Environment = [
"WAYLAND_DISPLAY=wayland-1"
"XDG_CURRENT_DESKTOP=sway"
"XDG_SESSION_TYPE=wayland"
];
};
};
};
}