nixos-config/desktop/office.nix

12 lines
167 B
Nix
Raw Normal View History

2024-03-10 00:20:39 -08:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
2024-03-12 09:22:59 -07:00
gimp
#gimp-with-plugins
2024-03-10 00:20:39 -08:00
libreoffice-qt
nextcloud-client
obs-studio
obsidian
];
}