mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-06 03:48:48 +00:00
Add evince
This commit is contained in:
parent
a2fa6bc1c0
commit
e7e37b2f44
2 changed files with 11 additions and 0 deletions
10
nix/evince.nix
Normal file
10
nix/evince.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
<nixpkgs/nixos/modules/virtualisation/qemu-vm.nix>
|
||||
<nix/base.nix>
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.evince ];
|
||||
services.xserver.displayManager.sessionCommands = "while [ 1 ]; do ${pkgs.evince}/bin/evince; done &";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue