Add ghostscript to systemPackages

This commit is contained in:
Tim Schubert 2021-03-27 11:38:28 +01:00
parent d2d58a7612
commit 13b59363d5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -65,6 +65,8 @@ in
]; ];
}; };
environment.systemPackages = [ pkgs.ghostscript ];
hardware = { hardware = {
bluetooth.enable = true; bluetooth.enable = true;
pulseaudio = { pulseaudio = {