nixos-config/desktop/office.nix

11 lines
159 B
Nix
Raw Normal View History

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