mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-19 21:16:51 +02:00
chore: remove warnings
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user