mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +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; [
|
home.packages = with pkgs; [
|
||||||
discord
|
discord
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
@ -50,7 +55,6 @@
|
|||||||
rawtherapee
|
rawtherapee
|
||||||
stable.beekeeper-studio
|
stable.beekeeper-studio
|
||||||
obs-studio
|
obs-studio
|
||||||
flameshot
|
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
spotify
|
spotify
|
||||||
stremio
|
stremio
|
||||||
|
Reference in New Issue
Block a user