packages: add bat and stow

This commit is contained in:
Antoine Martin 2021-01-27 18:26:59 +01:00
parent f7964b734b
commit 3182ff0e89

View file

@ -80,9 +80,11 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bat
fish fish
git git
htop htop
stow
tmux tmux
vim vim
wget wget