This commit is contained in:
2024-11-17 18:05:37 +01:00
parent 5ebf139b8f
commit 391c15be69
7 changed files with 392 additions and 21 deletions

View File

@ -22,7 +22,7 @@ with pkgs; [
mtr # traceroute
mumble # voice call client
ncdu # disk space info (a better du)
neovim-unwrapped # best code editor on the planet
# neovim-unwrapped # best code editor on the planet
networkmanagerapplet # systray applet for NetworkManager
# nitrogen # wallpapger manager
nushell # A modern shell written in Rust
@ -40,4 +40,5 @@ with pkgs; [
zeal # offline documentation browser
zellij # A terminal workspace with batteries included
wl-clipboard
nixvim
]

View File

@ -1,6 +1,6 @@
{pkgs, ...}: {
programs.neovim = {
enable = true;
enable = false;
defaultEditor = true;
viAlias = true;
vimAlias = true;