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 = {
|
shellAliases = {
|
||||||
ls = "lsd --hyperlink=auto";
|
ls = "lsd --hyperlink=auto";
|
||||||
icat = "kitty +kitten icat";
|
icat = "kitty +kitten icat";
|
||||||
nixedit = "codium /etc/nixos";
|
nixedit = "vi /etc/nixos";
|
||||||
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
|
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";
|
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
|
dnsutils
|
||||||
emacs-nox
|
emacs-nox
|
||||||
findutils
|
findutils
|
||||||
|
fzf
|
||||||
gnugrep
|
gnugrep
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
|
@ -69,6 +70,7 @@
|
||||||
wget
|
wget
|
||||||
whois
|
whois
|
||||||
wirelesstools
|
wirelesstools
|
||||||
|
zellij
|
||||||
zola
|
zola
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue