mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
phone: Use alacritty as the terminal of choice
Kitty doesn't have touch support and gnome-console is pretty slow with broken text rendering with fractional scaling, so alacritty is the best option we have here.
This commit is contained in:
parent
61994a0cc3
commit
9e75db68b0
@ -14,13 +14,13 @@ in
|
|||||||
|
|
||||||
home-manager.sharedModules = attrValues {
|
home-manager.sharedModules = attrValues {
|
||||||
inherit (self.homeManagerModules)
|
inherit (self.homeManagerModules)
|
||||||
|
alacritty
|
||||||
eza
|
eza
|
||||||
fish
|
fish
|
||||||
git
|
git
|
||||||
gpg
|
gpg
|
||||||
gtk
|
gtk
|
||||||
htop
|
htop
|
||||||
kitty
|
|
||||||
librewolf
|
librewolf
|
||||||
mpv
|
mpv
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
@ -50,7 +50,6 @@ in
|
|||||||
gurk-rs
|
gurk-rs
|
||||||
android-tools
|
android-tools
|
||||||
chatty
|
chatty
|
||||||
gnome-console
|
|
||||||
megapixels
|
megapixels
|
||||||
fractal
|
fractal
|
||||||
g4music
|
g4music
|
||||||
|
Loading…
x
Reference in New Issue
Block a user