diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-18 11:19:40 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-18 11:19:40 -0500 |
commit | 613943f1e3a54b2864276177ef28bf800135079f (patch) | |
tree | 455089ef1a7524250ffbe275a98aada073781927 /hosts/tomato/packages.nix | |
parent | 7efea4a76d5c9e9774ab6c99e992c39f5d6ef72d (diff) | |
download | nixos-config-613943f1e3a54b2864276177ef28bf800135079f.tar.gz nixos-config-613943f1e3a54b2864276177ef28bf800135079f.zip |
hosts/tomato: Move Waydroid enabling to packages.nix
Diffstat (limited to 'hosts/tomato/packages.nix')
-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 98e45fe..fe630b9 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -65,6 +65,8 @@ in cage ]; + virtualisation.waydroid.enable = true; + this.unfree.allowed = [ "shipwright" "2ship2harkinian" |