Enabled waydroid

This commit is contained in:
baduhai 2023-02-04 10:53:07 -03:00
parent ee9d99b1b0
commit 2512eeec82
2 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@
fzf fzf
gimp gimp
gocryptfs gocryptfs
helvum # helvum
heroic heroic
inkscape inkscape
# itch # Currently using unsafe electron version # itch # Currently using unsafe electron version
@ -32,7 +32,7 @@
logseq logseq
mangohud mangohud
mpv mpv
# nix-init nix-init
obs-studio obs-studio
obs-studio-plugins.obs-vkcapture obs-studio-plugins.obs-vkcapture
p7zip p7zip

View file

@ -3,6 +3,8 @@
{ {
virtualisation = { virtualisation = {
libvirtd.enable = true; libvirtd.enable = true;
waydroid.enable = true;
lxd.enable = true;
podman = { podman = {
enable = true; enable = true;
dockerCompat = true; # Baisically aliases docker to podman dockerCompat = true; # Baisically aliases docker to podman