From e16fb2a9230db1ef2e44afa4c98ea0a94dafad86 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 24 May 2024 10:57:15 +0530 Subject: [PATCH] feat: add flake path for `nh` --- hosts/default/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 49b3203..d6eb7e5 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -30,6 +30,7 @@ GOPATH = "${config.home.homeDirectory}/Public/go"; GOBIN = "${config.home.sessionVariables.GOPATH}/bin"; CUDA_CACHE_PATH = "${config.xdg.cacheHome}/nv"; + FLAKE = "${config.home.homeDirectory}/Public/dotfiles"; }; sessionPath = [ config.home.sessionVariables.GOBIN "${config.home.homeDirectory}/.cargo/bin" ];