mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
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:
parent
e14045e7d4
commit
708bec1773
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user