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.packages = [
ag
ack
ag
bat
exa
fd
gh
glow
nnn
powerline
vifm
watson
nnn
fd
];
programs.neovim = import ./nvim { inherit config; inherit pkgs; };