20 current 2025-04-27 16:44:06 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-27 16:44:10 -04:00
parent 0a0b510617
commit 4216730c15
9 changed files with 65 additions and 84 deletions

View File

@@ -30,6 +30,7 @@ in {
EDITOR = "nvim";
HOME = "/home/synchronous";
XDG_CACHE_HOME = "$HOME/.cache";
DBUS_SESSION_BUS_ADDRESS = "unix:path=$XDG_RUNTIME_DIR/bus";
};
programs.home-manager.enable = true;

View File

@@ -6,6 +6,6 @@
imports = [
./picom/default.nix
./dunst/default.nix
./gpg-agent/default.nix
# ./gpg-agent/default.nix
];
}