{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# gimp-with-plugins
libreoffice-qt
nextcloud-client
obs-studio
obsidian
];
}