From 6917c04345cef89c1620e79385c46f4988aa2860 Mon Sep 17 00:00:00 2001 From: quinm0 Date: Sun, 29 Mar 2026 21:22:48 -0400 Subject: [PATCH] add neovim --- nix/user-quin.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nix/user-quin.nix b/nix/user-quin.nix index 7c8cedc..88e5188 100644 --- a/nix/user-quin.nix +++ b/nix/user-quin.nix @@ -14,18 +14,17 @@ gh btop ctop - kdePackages.kate signal-desktop lazygit element-desktop - vscodium vivaldi libreoffice-qt-fresh - ansible_2_18 trash-cli lutris vlc gparted + kitty + neovim ]; }; @@ -35,4 +34,4 @@ dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers }; -} \ No newline at end of file +}