mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: remove nvim to nix run etc
This commit is contained in:
parent
102157ec5b
commit
9cbf9cd862
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@
|
||||||
yt-dlp-audio = "yt-dlp -f 'ba' -x --audio-format mp3";
|
yt-dlp-audio = "yt-dlp -f 'ba' -x --audio-format mp3";
|
||||||
open = "xdg-open";
|
open = "xdg-open";
|
||||||
tree = "eza --icons --tree --group-directories-first";
|
tree = "eza --icons --tree --group-directories-first";
|
||||||
nvim = "nix run /home/liv/Development/nixvim --";
|
# nvim = "nix run /home/liv/Development/nixvim --";
|
||||||
|
vim = "nvim";
|
||||||
doas = "sudo";
|
doas = "sudo";
|
||||||
|
|
||||||
# NixOS
|
# NixOS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue