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.
This commit is contained in:
Donovan Glover 2024-06-20 13:41:34 -04:00
parent e14045e7d4
commit 708bec1773
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -152,6 +152,20 @@ in
inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya; 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 { (attrValues {
inherit (pkgs) anki kanjidraw pulseaudio glib; inherit (pkgs) anki kanjidraw pulseaudio glib;
inherit (pkgs.xfce) exo; inherit (pkgs.xfce) exo;