This commit is contained in:
2026-03-26 19:22:42 +01:00
parent a50e19e286
commit 1a5c9304c6
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
{ pkgs, ... }:
let
pyPkgs = pkgs.python3Packages;
in
{
programs.neovim = {
enable = true;
@@ -83,5 +86,7 @@
clang
zig
rustc
# Terminal GPT
];
}