From cb8777ef9bfc06ac08d53da44dbdc350d0ec33bd Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 29 Jan 2024 17:58:05 +0100 Subject: [PATCH] Install and enable waydroid --- home-manager/desktop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/desktop/configuration.nix b/home-manager/desktop/configuration.nix index 5f3920c..f54deee 100644 --- a/home-manager/desktop/configuration.nix +++ b/home-manager/desktop/configuration.nix @@ -85,6 +85,7 @@ sops virtualbox watchmate + waydroid qbittorrent zsh @@ -94,6 +95,8 @@ ungoogled-chromium ]; + virtualisation.waydroid.enable = true; + programs.vscode = { enable = true; package = pkgs.vscodium;