use vi for nix conf edit + jellij +fzf

This commit is contained in:
Florian Schmitt 2023-11-29 09:50:21 +03:00
parent 56b205370b
commit 5f2e97ca5a

View file

@ -20,7 +20,7 @@
shellAliases = {
ls = "lsd --hyperlink=auto";
icat = "kitty +kitten icat";
nixedit = "codium /etc/nixos";
nixedit = "vi /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";
};
@ -44,6 +44,7 @@
dnsutils
emacs-nox
findutils
fzf
gnugrep
gnumake
gnupg
@ -69,6 +70,7 @@
wget
whois
wirelesstools
zellij
zola
zsh-autosuggestions
];