november dump

This commit is contained in:
Florian Schmitt 2023-11-03 11:09:19 +03:00
parent 1631a93094
commit 8ba71f17ec
8 changed files with 1117 additions and 53 deletions

View file

@ -18,7 +18,8 @@
enable = true;
autosuggestions.enable = true;
shellAliases = {
ls = "ls --hyperlink=auto";
ls = "lsd --hyperlink=auto";
icat = "kitty +kitten icat";
nixedit = "codium /etc/nixos";
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
@ -51,6 +52,7 @@
git
glances
htop
lsd
mc
micro
mosh