use vi for nix conf edit + jellij +fzf
This commit is contained in:
parent
56b205370b
commit
5f2e97ca5a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue