diff --git a/hosts/by-name/moby/default.nix b/hosts/by-name/moby/default.nix index 0cdac577..9d454f48 100644 --- a/hosts/by-name/moby/default.nix +++ b/hosts/by-name/moby/default.nix @@ -41,13 +41,6 @@ ".config/pulse" # persist pulseaudio volume ]; - sane.programs."pkgs.plasma5Packages.konsole" = { - # more reliable terminal - # TODO: move to gui/phosh - package = pkgs.plasma5Packages.konsole; - enableFor.user.colin = true; - }; - sane.nixcache.enable = true; sane.persist.enable = true; sane.gui.phosh.enable = true; diff --git a/hosts/modules/gui/phosh.nix b/hosts/modules/gui/phosh.nix index c6a42c3f..b5a10c1c 100644 --- a/hosts/modules/gui/phosh.nix +++ b/hosts/modules/gui/phosh.nix @@ -26,9 +26,10 @@ in package = null; suggestedPrograms = [ "guiApps" - "phosh-mobile-settings" # 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 ]; }; } @@ -36,8 +37,10 @@ in sane.programs = { inherit (pkgs // { "gnome.gnome-bluetooth" = pkgs.gnome.gnome-bluetooth; + "plasma5Packages.konsole" = pkgs.plasma5Packages.konsole; }) phosh-mobile-settings + "plasma5Packages.konsole" # "gnome.gnome-bluetooth" ; };