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

This commit is contained in:
teutat3s 2021-11-07 18:38:13 +01:00
parent 3ce9be7c4c
commit a1adee5cb6
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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; };