mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
Add thunderbird appvm
This commit is contained in:
parent
802c70e0ec
commit
734c0549b1
10
nix/thunderbird.nix
Normal file
10
nix/thunderbird.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
<nixpkgs/nixos/modules/virtualisation/qemu-vm.nix>
|
||||
<nix/base.nix>
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.thunderbird ];
|
||||
services.xserver.displayManager.sessionCommands = "while [ 1 ]; do ${pkgs.thunderbird}/bin/thunderbird; done &";
|
||||
}
|
Loading…
Reference in a new issue