Compare commits

..

2 Commits

Author SHA1 Message Date
mediocregopher
5497aa7dac Update alacritty, it was busted after archlinux update for some reason 2023-11-17 10:55:53 +01:00
mediocregopher
891be20050 Add pv 2023-11-16 20:48:41 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
config, config,
zsh,
pkgs ? (import ../pkgs.nix).stable2305 {}, pkgs ? (import ../pkgs.nix).edge {},
zsh ? pkgs.zsh,
}: rec { }: rec {

View File

@ -47,6 +47,7 @@ in rec {
pkgs.ag pkgs.ag
pkgs.gawk pkgs.gawk
pkgs.tree pkgs.tree
pkgs.pv
git git
pkgs.mercurial pkgs.mercurial