From beced224e98ff8522d2a31276e076a0b71f8fd58 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 7 Apr 2024 18:10:51 +0200 Subject: Overlays: Base: Dont use comma fork --- hosts/configuration.nix | 1 + hosts/home.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 3f9d376..6723965 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -83,6 +83,7 @@ XKB_DEFAULT_LAYOUT = "us"; NIXPKGS_ALLOW_UNFREE = "1"; + NIX_INDEX_DATABASE = "/etc/nix-index/"; }; environment.sessionVariables = rec { diff --git a/hosts/home.nix b/hosts/home.nix index 0ce87bc..f11caf7 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -323,7 +323,6 @@ q = "exit"; c = "clear"; open = "xdg-open"; - "," = ", --database '/etc/nix-index'"; extract = '' () { if [ -f $1 ] ; then -- cgit 1.4.1