Structural changes

This commit is contained in:
2023-08-17 18:11:41 -04:00
parent b27a58c0a4
commit f0ac1f1166
14 changed files with 269 additions and 698 deletions

9
programs/programming.nix Normal file
View File

@@ -0,0 +1,9 @@
{ lib, config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
godot_4
cbqn-replxx
cudaPackages.cudatoolkit
cudaPackages.cudnn
];
}