aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/home/zsh.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-13 00:29:25 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-13 00:29:25 -0800
commit5e02cdc7ed82ac10375cacfca6920f20f5729059 (patch)
tree53466f89296545a8df26fbc2e30a37a395a0613a /nix/modules/home/zsh.nix
parentf10285de4d0b5c69d026e948a9d9d7278a2ffb64 (diff)
Add vps capabilities
Diffstat (limited to 'nix/modules/home/zsh.nix')
-rw-r--r--nix/modules/home/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/zsh.nix b/nix/modules/home/zsh.nix
index fc041e9..0c5bced 100644
--- a/nix/modules/home/zsh.nix
+++ b/nix/modules/home/zsh.nix
@@ -3,7 +3,7 @@
programs.zsh = {
enable = true;
initExtra = ''
- umask 0077
+ umask 0022
export EXTRA_CCFLAGS="-I/usr/include"
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
export QT_QPA_PLATFORM="wayland"