diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-17 19:56:13 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-17 19:56:13 -0500 |
commit | 7efea4a76d5c9e9774ab6c99e992c39f5d6ef72d (patch) | |
tree | 0ed050f5d087c0754e1c5ba0283ae59eecdcb15c /hosts | |
parent | da7850ef6d998f246ddae4fb840e1774ba10ed91 (diff) | |
download | nixos-config-7efea4a76d5c9e9774ab6c99e992c39f5d6ef72d.tar.gz nixos-config-7efea4a76d5c9e9774ab6c99e992c39f5d6ef72d.zip |
hosts/tomato: Install Waydroid-related packages
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tomato/packages.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index d9cdb73..98e45fe 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -61,6 +61,8 @@ in dolphin-emu protonvpn-gui kccacheproxy + waydroid + cage ]; this.unfree.allowed = [ |