429 current 2025-06-10 01:22:17 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-10 01:22:44 -04:00
parent 03967afce4
commit d3dae161e6
2 changed files with 3 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ in {
EDITOR = "nvim";
SHELL = "zsh";
HOME = "/home/synchronous";
XDG_CACHE_HOME = "$HOME/.cache";
# XDG_CACHE_HOME = "$HOME/.cache";
DBUS_SESSION_BUS_ADDRESS = "unix:path=$XDG_RUNTIME_DIR/bus";
};

View File

@@ -114,6 +114,8 @@
aria
];
xdg.enable = true;
xdg.configHome = "/home/synchronous/.config";
# fonts.fontconfig.enable = true;
# GIT_SSH_COMMAND = ${pkgs.openssh}/bin/ssh ${pkgs.git}/bin/git clone "git@github.com:Cajunvooodoo/Doom-Emacs-Config.git" "${config.xdg.configHome}/doom"