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:
parent
18809b9fcb
commit
4fa6dc9f88
3 changed files with 0 additions and 34 deletions
|
|
@ -32,11 +32,6 @@
|
|||
nix.settings.max-jobs = 1;
|
||||
nix.settings.builders-use-substitutes = true;
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
stdenv.cc.cc.lib # libstdc++.so.6 — needed by VSCodium extension native addons (e.g. sqlite3 in Continue)
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue