Files
nixos-config/modules/devel/default.nix
T
2026-06-24 20:20:23 +02:00

9 lines
97 B
Nix

{ config, pkgs, ... }:
{
imports = [
./nix-lang.nix
./python.nix
./lua.nix
];
}