nix: flake update

This commit is contained in:
Rouven Seifert 2023-06-10 23:49:54 +02:00
parent ab78b70605
commit 1edd52f851
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 13 additions and 15 deletions

View file

@ -23,9 +23,8 @@
ll = "ls -la";
la = "ls -a";
less = "bat";
# update = "cd /etc/nixos && nix flake update && cat ${../images/another-cat.sixel}";
update = "cd /etc/nixos && nix flake update";
garbage = "sudo nix-collect-garbage -d && cat ${../images/cat-garbage.sixel}";
garbage = "sudo nix-collect-garbage -d";
};
histSize = 100000;
histFile = "~/.local/share/zsh/history";