feat(darwin): increase open file limit on rialo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Harald Hoyer 2026-02-16 15:17:15 +01:00
parent 735477e1ed
commit 99ae5afee7

View file

@ -13,6 +13,10 @@
]; ];
}; };
programs.fish.interactiveShellInit = ''
ulimit -n 10240
'';
metacfg = { metacfg = {
cli-apps = { cli-apps = {
bash.enable = true; bash.enable = true;