mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 02:08:14 +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
|
gtk
|
||||||
htop
|
htop
|
||||||
librewolf
|
librewolf
|
||||||
mpv
|
|
||||||
ncmpcpp
|
|
||||||
neovim
|
neovim
|
||||||
starship
|
starship
|
||||||
thunar
|
|
||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
xresources
|
xresources
|
||||||
;
|
;
|
||||||
@ -124,18 +121,14 @@ in
|
|||||||
;
|
;
|
||||||
|
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
android-tools
|
|
||||||
chatty
|
chatty
|
||||||
megapixels
|
megapixels
|
||||||
fractal
|
fractal
|
||||||
g4music
|
g4music
|
||||||
livi
|
livi
|
||||||
papers
|
|
||||||
resources
|
|
||||||
gnome-calendar
|
gnome-calendar
|
||||||
tuba
|
tuba
|
||||||
eog
|
eog
|
||||||
geary
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -156,6 +149,7 @@ in
|
|||||||
|
|
||||||
cdemu.enable = mkForce false;
|
cdemu.enable = mkForce false;
|
||||||
hyprland.enable = mkForce false;
|
hyprland.enable = mkForce false;
|
||||||
|
thunar.enable = mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user