add flameshot and qt5 for compatibility

This commit is contained in:
Joseph Hanson 2024-09-25 18:08:20 -05:00
parent 4d72c390e2
commit 8233c45aee
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -32,7 +32,8 @@ in
systemPackages = with pkgs; [
wl-clipboard # ls ~/Downloads | wl-copy or wl-paste > clipboard.txt
playerctl # gsconnect play/pause command
flameshotOverride
flameshotOverride # screenshot tool
libsForQt5.qt5.qtbase # for vivaldi compatibility
];
};