diff options
Diffstat (limited to 'common/services')
| -rw-r--r-- | common/services/default.nix | 1 | ||||
| -rw-r--r-- | common/services/waydroid-container.nix | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/common/services/default.nix b/common/services/default.nix index 381a06b..81b9554 100644 --- a/common/services/default.nix +++ b/common/services/default.nix @@ -3,7 +3,6 @@ let services = [ "pipewire" "greetd" - "waydroid-container" ]; in builtins.listToAttrs ( diff --git a/common/services/waydroid-container.nix b/common/services/waydroid-container.nix deleted file mode 100644 index a8321f2..0000000 --- a/common/services/waydroid-container.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ ... }: -{ - enable = true; -} |