fix: point nvchad-starter to git.naps.pt/naps62/nvim-config, add /bin/bash symlink
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
|
||||
services.dbus.packages = with pkgs; [ gcr ];
|
||||
|
||||
# NixOS provides /bin/sh but not /bin/bash. Some third-party scripts
|
||||
# hardcode #!/bin/bash, so provide it too.
|
||||
system.activationScripts.binbash = ''
|
||||
ln -sf ${pkgs.bash}/bin/bash /bin/bash
|
||||
'';
|
||||
|
||||
# Compressed RAM swap — better behaviour under memory pressure.
|
||||
zramSwap.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user