Structural changes
This commit is contained in:
9
programs/programming.nix
Normal file
9
programs/programming.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
godot_4
|
||||
cbqn-replxx
|
||||
|
||||
cudaPackages.cudatoolkit
|
||||
cudaPackages.cudnn
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user