From 809c9f74c3bfefeb6fee378ee19ecbfcaf6e2511 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 14 Jul 2023 23:59:35 +0000 Subject: [PATCH] phosh: remove dead code --- hosts/modules/gui/phosh.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/modules/gui/phosh.nix b/hosts/modules/gui/phosh.nix index 2ca6778d..5e7856cd 100644 --- a/hosts/modules/gui/phosh.nix +++ b/hosts/modules/gui/phosh.nix @@ -30,7 +30,6 @@ in "gnome.gnome-bluetooth" "gnome.gnome-terminal" "phosh-mobile-settings" - # "plasma5Packages.konsole" # more reliable terminal ]; }; } @@ -38,12 +37,6 @@ in (mkIf cfg.enable { sane.programs.phoshApps.enableFor.user.colin = true; - # TODO(2023/02/28): remove this qt.style = "gtk2" override. - # gnome by default tells qt to stylize its apps similar to gnome. - # but the package needed for that doesn't cross-compile, hence i disable that here. - # qt.platformTheme = "gtk2"; - # qt.style = "gtk2"; - # docs: https://github.com/NixOS/nixpkgs/blob/nixos-22.05/nixos/modules/services/x11/desktop-managers/phosh.nix # docs: # docs: