From 1192d7a14b8798723f71f3f54b6d28174122dafb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 24 Jul 2024 14:39:31 -0400 Subject: [PATCH] phone: Remove unused packages - mpv: No hardware acceleration makes it useless under phosh - thunar: Viewport breaks when using non-English UI - ncmpcpp: Phone screen is too small to show display - papers: Gets cut off due to the 200% zoom and 1440x720 resolution - geary: Not interested in storing emails on the phone --- hosts/phone/configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index c7238119..f6a5de57 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -29,11 +29,8 @@ in gtk htop librewolf - mpv - ncmpcpp neovim starship - thunar xdg-user-dirs xresources ; @@ -124,18 +121,14 @@ in ; inherit (pkgs) - android-tools chatty megapixels fractal g4music livi - papers - resources gnome-calendar tuba eog - geary ; }; @@ -156,6 +149,7 @@ in cdemu.enable = mkForce false; hyprland.enable = mkForce false; + thunar.enable = mkForce false; };