Added image viewer
This commit is contained in:
parent
f75574fcc9
commit
db306d394a
|
@ -52,13 +52,14 @@ in {
|
||||||
aa.system.fonts.enable = true;
|
aa.system.fonts.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wl-clipboard
|
feh
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
xdg-utils
|
|
||||||
xdg-desktop-portal-wlr
|
|
||||||
sway-contrib.grimshot
|
sway-contrib.grimshot
|
||||||
wev
|
wev
|
||||||
|
wl-clipboard
|
||||||
|
xdg-desktop-portal-wlr
|
||||||
|
xdg-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
# For screen sharing to work
|
# For screen sharing to work
|
||||||
|
|
Loading…
Reference in a new issue