Enabled waydroid
This commit is contained in:
parent
ee9d99b1b0
commit
2512eeec82
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue