0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/cinnamon: install gnome-screenshot

Closes #169178
This commit is contained in:
Bobby Rong 2022-08-15 19:35:43 +08:00
parent ffd1c04242
commit 9c69f307ce

View file

@ -212,6 +212,7 @@ in
# external apps shipped with linux-mint # external apps shipped with linux-mint
hexchat hexchat
gnome-calculator gnome-calculator
gnome-screenshot
] config.environment.cinnamon.excludePackages; ] config.environment.cinnamon.excludePackages;
}) })
]; ];