Miscellanious: added alias cenv to make a c environment and other things

This commit is contained in:
Tomas Rivera
2026-03-28 17:46:32 +01:00
parent 75055228c8
commit 8a04ab0e9c
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -23,6 +23,9 @@
../../modules/nixos/udevsimple.nix
];
programs.nix-ld.enable=true; #Run unpatched dynamic binaries on NixOS. For example lets run ./a.out from gcc
documentation.man.generateCaches = true; # used for the man script
hardware.bluetooth.enable = true;
@@ -219,6 +222,7 @@
networkx
scipy
]))
raylib glfw # raylib and some dependecies
#some nix tools
manix
deadnix