mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
feat(flameshot): enable wayland support
This commit is contained in:
@ -42,6 +42,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
package = pkgs.flameshot.override {enableWlrSupport = true;};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
telegram-desktop
|
||||
@ -50,7 +55,6 @@
|
||||
rawtherapee
|
||||
stable.beekeeper-studio
|
||||
obs-studio
|
||||
flameshot
|
||||
libreoffice-qt
|
||||
spotify
|
||||
stremio
|
||||
|
Reference in New Issue
Block a user