1
0
Fork 0

Add anbox

master
dump_stack() 2019-10-16 17:21:22 +00:00
parent 7a4ae9f877
commit 2e5e08b7c7
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,8 @@ windowManage = composeAll
, className =? "Wire" --> doShift "8"
, className =? ".anbox-wrapped" --> doFloat
, role =? "gimp- layer-new" --> doFloat
, role =? "gimp- color-selector" --> doFloat
, role =? "gimp- dock" --> doF W.focusDown

View File

@ -7,6 +7,14 @@ let
imagemagick = unstable.imagemagickBig;
});
in {
disabledModules = [
"virtualisation/anbox.nix"
];
imports = [
<unstable/nixos/modules/virtualisation/anbox.nix>
];
programs.zsh.enable = true;
programs.browserpass.enable = true;
programs.adb.enable = true;
@ -17,6 +25,7 @@ in {
services.vnstat.enable = true;
services.kbfs.enable = true;
virtualisation.anbox.enable = true;
virtualisation.docker.enable = true;
virtualisation.libvirtd = {