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

View File

@@ -22,6 +22,7 @@
enable = true;
lfs.enable = true;
signing.format = "openpgp";
# signing = {
# key = "xxx";
# signByDefault = true;

View File

@@ -34,6 +34,9 @@ in
viAlias = true;
vimAlias = true;
withRuby = false;
withPython3 = false;
# These environment variables are needed to build and run binaries
# with external package managers like mason.nvim.
#

View File

@@ -26,6 +26,7 @@
userDirs = {
enable = true;
setSessionVariables = true;
createDirectories = true;
extraConfig = {
SCREENSHOTS = "${config.xdg.userDirs.pictures}/Screenshots";