Fix package conflicts and add ISO configuration
- Fixed nvtop package reference (nvtopPackages.full -> nvtop) - Fixed display manager conflicts in ISO config - Fixed SSH settings conflicts with lib.mkForce - Fixed home-manager username conflicts for ISO - Added complete ISO build configuration with Wayland-only setup - Added ISO build documentation and scripts
This commit is contained in:
@@ -274,7 +274,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||
;;
|
||||
node|js)
|
||||
echo "Starting Node.js development shell..."
|
||||
nix-shell -p nodejs_20 nodePackages.pnpm nodePackages.typescript
|
||||
nix-shell -p nodejs nodePackages.pnpm nodePackages.typescript
|
||||
;;
|
||||
c|cpp)
|
||||
echo "Starting C/C++ development shell..."
|
||||
|
||||
Reference in New Issue
Block a user