enable waydroid

This commit is contained in:
Adithya 2024-01-04 21:51:26 +05:30
parent a4e814960a
commit eb801c9096
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
4 changed files with 9 additions and 0 deletions

View file

@ -25,6 +25,10 @@ _: {
".local/state"
".mozilla"
".ssh"
{
directory = ".local/share/waydroid";
method = "symlink";
}
{
directory = ".nixos-config";
method = "symlink";

View file

@ -144,6 +144,9 @@ in
"center,class:lutris"
"size 60% 60%,class:lutris"
"float,class:^(Waydroid)$"
"float,class:^(waydroid.+)$"
"dimaround,class:^(gcr-prompter)$"
];

View file

@ -21,6 +21,7 @@ _: {
"/var/lib/nixos"
"/var/lib/portables"
"/var/lib/systemd"
"/var/lib/waydroid"
"/var/log"
];
files = [

View file

@ -15,5 +15,6 @@
};
};
};
waydroid.enable = true;
};
}