From f149f12bf72e8ee8cb1ff1c69aca62839b8d18ac Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 4 Jul 2025 00:04:22 +0200 Subject: [PATCH] add android studio as flatpak --- hosts/desktop1/configuration.nix | 1 + hosts/laptop1/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index a14b58c..2bbd287 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -105,6 +105,7 @@ "com.obsproject.Studio" "com.usebottles.bottles" "it.mijorus.gearlever" + "com.google.AndroidStudio" ]; }; diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index 5618dea..3cd1a6d 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -88,6 +88,7 @@ "com.github.tchx84.Flatseal" "com.usebottles.bottles" "it.mijorus.gearlever" + "com.google.AndroidStudio" ]; };