fix eval warnings

This commit is contained in:
Satria 2026-04-08 20:17:35 +07:00
commit a880332346
6 changed files with 10 additions and 6 deletions

View file

@ -44,6 +44,8 @@
enable = true;
defaultEditor = true;
vimAlias = true;
withRuby = false;
withPython3 = false;
initLua = ''
vim.opt.clipboard = "unnamedplus"
vim.opt.termguicolors = true
@ -81,6 +83,7 @@
};
git = {
enable = true;
signing.format = null;
settings = {
pull.rebase = "true";
credential.helper = "cache --timeout=3600";

View file

@ -32,7 +32,7 @@
'';
shellAliases = {
"cd-gvfs" = "cd /run/user/$(id -u)/gvfs";
"wlp-set" = "swww img --transition-type=grow --transition-duration=1";
"wlp-set" = "awww img --transition-type=grow --transition-duration=1";
"ssh" = "TERM=xterm-256color ssh";
"cd" = "z";