nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4812cc7a3f1926a74ff0eb202e202075c4499861
parent 17f342bb892d973f8f9f3d51ca49cf79d8b005dc
Author: Toni Brown <me@tb148.net>
Date:   Sun,  7 Dec 2025 17:37:57 +0800

Enable Waydroid virtualization

Diffstat:
Mconfiguration.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configuration.nix b/configuration.nix @@ -161,6 +161,8 @@ programs.steam.enable = true; + virtualisation.waydroid.enable = true; + # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix.