From 708bec17730a6797a4921f4a7bf382c8909c36cf Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 20 Jun 2024 13:41:34 -0400 Subject: [PATCH] desktop: Add phone-specific applications GNOME Console seems to be more user-friendly for touch compared to kitty. Not all on-screen keyboards work out of the box with hyprland. --- modules/desktop.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/desktop.nix b/modules/desktop.nix index 515f4748..91aae57d 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -152,6 +152,20 @@ in inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya; })) + (mkIf phone (attrValues { + inherit (pkgs) + flare-signal + gurk-rs + android-tools + chatty + gnome-console + megapixels + wvkbd + maliit-keyboard + squeekboard + ; + })) + (attrValues { inherit (pkgs) anki kanjidraw pulseaudio glib; inherit (pkgs.xfce) exo;