Add office role

This commit is contained in:
Valentin Brandl 2020-10-29 08:35:29 +01:00
parent 0eecc461c9
commit f1bb44b5cc

View File

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
libreoffice
];
}