mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
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
This commit is contained in:
parent
0652ba94ca
commit
1192d7a14b
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user