fix: flameshot have issues on wayland with dual monitors, remove it

This commit is contained in:
Ryan Yin
2025-06-01 22:23:30 +08:00
parent c6113d6f28
commit bc36220606
4 changed files with 4 additions and 18 deletions

View File

@@ -42,10 +42,5 @@
services = {
playerctld.enable = true;
flameshot = {
enable = true;
package = pkgs.flameshot.override {enableWlrSupport = true;};
};
};
}