mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-29 20:27:07 +02:00
chore: remove warnings
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
||||
signing.format = "openpgp";
|
||||
# signing = {
|
||||
# key = "xxx";
|
||||
# signByDefault = true;
|
||||
|
||||
@@ -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.
|
||||
#
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
userDirs = {
|
||||
enable = true;
|
||||
setSessionVariables = true;
|
||||
createDirectories = true;
|
||||
extraConfig = {
|
||||
SCREENSHOTS = "${config.xdg.userDirs.pictures}/Screenshots";
|
||||
|
||||
Reference in New Issue
Block a user