Add anbox
This commit is contained in:
parent
7a4ae9f877
commit
2e5e08b7c7
@ -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
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user