terminal-life: add glow, a tui markdown viewer; sort packages

This commit is contained in:
teutat3s 2021-11-07 19:17:10 +01:00 committed by Benjamin Bädorf
parent dd3d8ab385
commit 7ea95e90f5
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -23,16 +23,17 @@ in
home-manager = with pkgs; pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] { home-manager = with pkgs; pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
home.packages = [ home.packages = [
ag
ack ack
ag
bat bat
exa exa
fd
gh gh
glow
nnn
powerline powerline
vifm vifm
watson watson
nnn
fd
]; ];
programs.neovim = import ./nvim { inherit config; inherit pkgs; }; programs.neovim = import ./nvim { inherit config; inherit pkgs; };