This commit is contained in:
Peritia 2025-08-29 12:29:00 +02:00
commit 2278bffff9
77 changed files with 1174 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
imports = [
./c-compiler.nix
./go.nix
./lua.nix
./python.nix
./rust.nix
];
}