From dd682ea8e22a3427ab17c722ed078fd3113fbce7 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 12 Mar 2023 22:12:15 -0400 Subject: [PATCH] nix fixes --- modules/nix.nix | 1 + modules/shell.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index d498061..c830a54 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -40,6 +40,7 @@ in { flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}''; keep-outputs = true; keep-derivations = true; + use-xdg-base-directories = true; trusted-users = [ "root" "@wheel" diff --git a/modules/shell.nix b/modules/shell.nix index a77e22d..fad06ea 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -19,7 +19,6 @@ PAGER = "page"; SYSTEMD_PAGERSECURE = "true"; TERMINAL = "st"; - NIX_BUILD_SHELL = "zsh"; DIRENV_LOG_FORMAT = ""; }; shellAliases = {