mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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;
|
email.enable = true;
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
vim.enable = false;
|
vim.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
gui = {
|
gui = {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue