This commit is contained in:
zack 2025-05-23 11:58:24 -04:00
parent 916f497b84
commit 7aed32eea7
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
15 changed files with 210 additions and 154 deletions

View file

@ -20,9 +20,13 @@ in {
interactiveShellInit = ''
set -gx LC_ALL en_US.UTF-8
set -gx SSH_AUTH_SOCK /run/user/1000/keyring/ssh
set -gx FLAKE /home/zoey/nixos/
set -gx NH_FLAKE /home/zoey/nixos/
set -g FZF_PREVIEW_FILE_CMD "head -n 10"
set -g FZF_PREVIEW_DIR_CMD "ls"
if not set -q TMUX
tmux
end
'';
plugins = [