diff --git a/home/base/core/git.nix b/home/base/core/git.nix index 52194a2d..ac2b67c0 100644 --- a/home/base/core/git.nix +++ b/home/base/core/git.nix @@ -22,6 +22,7 @@ enable = true; lfs.enable = true; + signing.format = "openpgp"; # signing = { # key = "xxx"; # signByDefault = true; diff --git a/home/base/tui/editors/neovim/default.nix b/home/base/tui/editors/neovim/default.nix index 5fcf7e77..0d517a42 100644 --- a/home/base/tui/editors/neovim/default.nix +++ b/home/base/tui/editors/neovim/default.nix @@ -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. # diff --git a/home/linux/gui/base/xdg/default.nix b/home/linux/gui/base/xdg/default.nix index dc0f4f68..7b50878d 100644 --- a/home/linux/gui/base/xdg/default.nix +++ b/home/linux/gui/base/xdg/default.nix @@ -26,6 +26,7 @@ userDirs = { enable = true; + setSessionVariables = true; createDirectories = true; extraConfig = { SCREENSHOTS = "${config.xdg.userDirs.pictures}/Screenshots";