npm packages and ulimit
This commit is contained in:
@@ -62,6 +62,9 @@ in
|
||||
};
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
|
||||
home.activation.ensureNpmCliTools = import ./npm.nix { inherit lib pkgs; };
|
||||
|
||||
catppuccin = {
|
||||
autoEnable = true;
|
||||
enable = true;
|
||||
@@ -184,6 +187,7 @@ in
|
||||
initContent =
|
||||
let
|
||||
zshConfigEarlyInit = lib.mkOrder 500 ''
|
||||
ulimit -n 524288
|
||||
if [[ -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh ]]; then
|
||||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||
. /nix/var/nix/profiles/default/etc/profile.d/nix.sh
|
||||
|
||||
Reference in New Issue
Block a user