lazy update

This commit is contained in:
Joseph Hanson 2024-08-07 10:39:08 -05:00
parent 24caeaf643
commit 80b62197bc
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ in
home.packages = [ home.packages = [
pkgs.git-filter-repo pkgs.git-filter-repo
pkgs.tig pkgs.tig
pkgs.lazygit pkgs.unstable.lazygit
]; ];
}) })
]; ];

View file

@ -29,7 +29,7 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
podman-tui # status of containers in the terminal podman-tui # status of containers in the terminal
lazydocker unstable.lazydocker
]; ];
programs.fish.shellAliases = { programs.fish.shellAliases = {