Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2023-11-23 17:23:29 -08:00
commit bff81e432f
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,9 @@
# Make vim the default editor.
export EDITOR=nvim
# Make kitty behave nice
export TERM="xterm-256color"
# Customize prompt
export PROMPT="%{$fg[red]%}%m $PROMPT"

View File

@ -94,6 +94,7 @@
system = {
ssh.enable = true;
terminal.enable = true;
secrets.enable = true;
wireguard-client.enable = false;
};
};