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. # Make vim the default editor.
export EDITOR=nvim export EDITOR=nvim
# Make kitty behave nice
export TERM="xterm-256color"
# Customize prompt # Customize prompt
export PROMPT="%{$fg[red]%}%m $PROMPT" export PROMPT="%{$fg[red]%}%m $PROMPT"

View File

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