more worky

This commit is contained in:
Bryan Ramos 2025-02-25 16:33:49 -05:00
parent a0bb4c1eba
commit fc754d7928
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
}; };
email.enable = true; email.enable = true;
neovim.enable = true; neovim.enable = true;
vim.enable = false; vim.enable = true;
}; };
gui = { gui = {

View file

@ -14,7 +14,7 @@
# keyring already exists, in which case the latter will be used. # keyring already exists, in which case the latter will be used.
# #
# Default: auto # Default: auto
#pgp-provider=auto pgp-provider=auto
# By default, the file permissions of accounts.conf must be restrictive and # By default, the file permissions of accounts.conf must be restrictive and
# only allow reading by the file owner (0600). Set this option to true to # only allow reading by the file owner (0600). Set this option to true to
@ -41,7 +41,7 @@
# Set the $TERM environment variable used for the embedded terminal. # Set the $TERM environment variable used for the embedded terminal.
# #
# Default: xterm-256color # Default: xterm-256color
#term=xterm-256color term=xterm-256color
# Display OSC8 strings in the embedded terminal # Display OSC8 strings in the embedded terminal
# #