This commit is contained in:
2026-01-22 14:12:16 +00:00
parent d9d0b3fb70
commit 08d9999722
4 changed files with 12 additions and 10 deletions

View File

@@ -56,6 +56,9 @@ in
];
build-dir = "/nix/var/nix/builds";
auto-optimise-store = true;
substituters = ["https://hyprland.cachix.org"];
trusted-substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
# ─── Users ──────────────────────────────────────────────────────────────────
@@ -118,6 +121,7 @@ in
environment = {
sessionVariables = {
ZDOTDIR = "$HOME/.config/zsh";
TZ = ":/etc/localtime";
};
pathsToLink = [ "/share/zsh" ];
variables = {