From e69734250e2eb1fa379f54303f2287f0a4f09355 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 11 Feb 2023 00:51:20 +0000 Subject: [PATCH] phosh: disable konsole. it drags in a large closure, especially qt stuff which doesn't cross compile well --- hosts/modules/gui/phosh.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/modules/gui/phosh.nix b/hosts/modules/gui/phosh.nix index 9494a9b5..3a384b84 100644 --- a/hosts/modules/gui/phosh.nix +++ b/hosts/modules/gui/phosh.nix @@ -29,7 +29,7 @@ in # TODO: see about removing gnome-bluetooth if the in-built gnome-settings bluetooth manager can work "gnome.gnome-bluetooth" "phosh-mobile-settings" - "plasma5Packages.konsole" # more reliable terminal + # "plasma5Packages.konsole" # more reliable terminal ]; }; } @@ -107,6 +107,7 @@ in }; programs.dconf.packages = [ + # org.kde.konsole.desktop (pkgs.writeTextFile { name = "dconf-phosh-settings"; destination = "/etc/dconf/db/site.d/00_phosh_settings"; @@ -119,7 +120,7 @@ in sleep-inactive-battery-timeout=5400 [sm/puri/phosh] - favorites=['gpodder.desktop', 'nheko.desktop', 'sublime-music.desktop', 'firefox.desktop', 'org.kde.konsole.desktop'] + favorites=['gpodder.desktop', 'nheko.desktop', 'sublime-music.desktop', 'firefox.desktop', 'org.gnome.Terminal.desktop'] ''; }) ];