diff options
author | sils <sils@sils.li> | 2023-10-10 19:30:16 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-10-10 19:30:16 +0200 |
commit | 842b18edff8d383a28b9901dd4c5679d5a486708 (patch) | |
tree | 3c5c14918b49719cad74bf6ae52543f2e238748f /hosts | |
parent | feat(u/sils/bat): add (diff) | |
download | nix-config-842b18edff8d383a28b9901dd4c5679d5a486708.tar.gz nix-config-842b18edff8d383a28b9901dd4c5679d5a486708.zip |
feat(hosts/thinklappi): enable waydroid
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thinklappi/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix index 855c03d..699e844 100644 --- a/hosts/thinklappi/default.nix +++ b/hosts/thinklappi/default.nix @@ -13,6 +13,9 @@ bluetooth.enable = true; pulseaudio.enable = false; }; + + virtualisation.waydroid.enable = true; # Android emulation + security = { rtkit.enable = true; pam.services.swaylock = {}; |