Add office role
This commit is contained in:
parent
0eecc461c9
commit
f1bb44b5cc
6
roles/subroles/office.nix
Normal file
6
roles/subroles/office.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
libreoffice
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user