chore: remove warnings

This commit is contained in:
Ryan Yin
2026-04-27 14:58:26 +08:00
parent 3bde6d23d9
commit 4ceec21c14
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
enable = true; enable = true;
lfs.enable = true; lfs.enable = true;
signing.format = "openpgp";
# signing = { # signing = {
# key = "xxx"; # key = "xxx";
# signByDefault = true; # signByDefault = true;
+3
View File
@@ -34,6 +34,9 @@ in
viAlias = true; viAlias = true;
vimAlias = true; vimAlias = true;
withRuby = false;
withPython3 = false;
# These environment variables are needed to build and run binaries # These environment variables are needed to build and run binaries
# with external package managers like mason.nvim. # with external package managers like mason.nvim.
# #
+1
View File
@@ -26,6 +26,7 @@
userDirs = { userDirs = {
enable = true; enable = true;
setSessionVariables = true;
createDirectories = true; createDirectories = true;
extraConfig = { extraConfig = {
SCREENSHOTS = "${config.xdg.userDirs.pictures}/Screenshots"; SCREENSHOTS = "${config.xdg.userDirs.pictures}/Screenshots";