remove VSCodium and nix-ld from config

VSCodium (with its nix-ld/LD_LIBRARY_PATH wrapper for native extension
addons) has been removed from home-manager. nix-ld is no longer needed
on Gaming or Macbook without it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-18 10:01:07 +01:00
parent 18809b9fcb
commit 4fa6dc9f88
3 changed files with 0 additions and 34 deletions

View file

@ -18,7 +18,6 @@
nix.settings.max-jobs = 0;
services.tlp.enable = false;
programs.nix-ld.enable = true;
services.power-profiles-daemon.enable = true;
boot.loader.systemd-boot.configurationLimit = 5;