nix fixes

This commit is contained in:
Gerg-L 2023-03-12 22:12:15 -04:00
parent a862c82432
commit dd682ea8e2
2 changed files with 1 additions and 1 deletions

View file

@ -40,6 +40,7 @@ in {
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}''; flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
keep-outputs = true; keep-outputs = true;
keep-derivations = true; keep-derivations = true;
use-xdg-base-directories = true;
trusted-users = [ trusted-users = [
"root" "root"
"@wheel" "@wheel"

View file

@ -19,7 +19,6 @@
PAGER = "page"; PAGER = "page";
SYSTEMD_PAGERSECURE = "true"; SYSTEMD_PAGERSECURE = "true";
TERMINAL = "st"; TERMINAL = "st";
NIX_BUILD_SHELL = "zsh";
DIRENV_LOG_FORMAT = ""; DIRENV_LOG_FORMAT = "";
}; };
shellAliases = { shellAliases = {