mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: flameshot on hyprland
This commit is contained in:
@@ -40,5 +40,10 @@
|
||||
|
||||
services = {
|
||||
playerctld.enable = true;
|
||||
|
||||
flameshot = {
|
||||
enable = true;
|
||||
package = pkgs.flameshot.override {enableWlrSupport = true;};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user