mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-26 14:13:01 +00:00
Add libreoffice
This commit is contained in:
parent
e7e37b2f44
commit
d2df313632
10
nix/libreoffice.nix
Normal file
10
nix/libreoffice.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
<nixpkgs/nixos/modules/virtualisation/qemu-vm.nix>
|
||||
<nix/base.nix>
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.libreoffice ];
|
||||
services.xserver.displayManager.sessionCommands = "while [ 1 ]; do ${pkgs.libreoffice}/bin/soffice; done &";
|
||||
}
|
Loading…
Reference in New Issue
Block a user