mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
more worky
This commit is contained in:
parent
a0bb4c1eba
commit
fc754d7928
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
email.enable = true;
|
||||
neovim.enable = true;
|
||||
vim.enable = false;
|
||||
vim.enable = true;
|
||||
};
|
||||
|
||||
gui = {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
# keyring already exists, in which case the latter will be used.
|
||||
#
|
||||
# Default: auto
|
||||
#pgp-provider=auto
|
||||
pgp-provider=auto
|
||||
|
||||
# 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
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
# Set the $TERM environment variable used for the embedded terminal.
|
||||
#
|
||||
# Default: xterm-256color
|
||||
#term=xterm-256color
|
||||
term=xterm-256color
|
||||
|
||||
# Display OSC8 strings in the embedded terminal
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue