diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-16 19:27:02 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-16 19:27:02 -0500 |
| commit | 57bd72f83428f479f9f020f02949297fc2286129 (patch) | |
| tree | 1cf32a36293853f8c059523bb873c66e029c8155 /options.nix | |
| parent | get swayfx working again (diff) | |
| download | dotfiles-nix-57bd72f83428f479f9f020f02949297fc2286129.tar.gz dotfiles-nix-57bd72f83428f479f9f020f02949297fc2286129.tar.bz2 dotfiles-nix-57bd72f83428f479f9f020f02949297fc2286129.zip | |
add waydroid
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.nix b/options.nix index 9a24dc5..57e48db 100644 --- a/options.nix +++ b/options.nix @@ -502,6 +502,7 @@ in { virt = { docker.enable = mkEnableOption "Install docker and its components."; qemu.enable = mkEnableOption "Install qemu and its components."; + waydroid.enable = mkEnableOption "Install waydroid and its components."; }; # |