add flameshot and qt5 for compatibility
This commit is contained in:
parent
4d72c390e2
commit
8233c45aee
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ in
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
wl-clipboard # ls ~/Downloads | wl-copy or wl-paste > clipboard.txt
|
wl-clipboard # ls ~/Downloads | wl-copy or wl-paste > clipboard.txt
|
||||||
playerctl # gsconnect play/pause command
|
playerctl # gsconnect play/pause command
|
||||||
flameshotOverride
|
flameshotOverride # screenshot tool
|
||||||
|
libsForQt5.qt5.qtbase # for vivaldi compatibility
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue