Changed: Regreet

This commit is contained in:
2025-04-11 11:05:41 +02:00
parent 4bb72ea758
commit cbc9e868ee
4 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# C / C++
clang
#gcc
lua
# Rust
cargo
rustc
# Zig
zig
#python
python314
];
programs.go = {
enable = true;
packages = {};
};
}

View File

@@ -5,5 +5,6 @@
./fstl.nix
./openscad.nix
./sqllite_browser.nix
./compilers.nix
];
}