From 0b7e8328f513b007dc13b9dc08eb90e1fc85e175 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:24:23 +0100 Subject: [PATCH] Add new global variable --- vars.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/vars.nix b/vars.nix index e9bf3b5..82bb689 100644 --- a/vars.nix +++ b/vars.nix @@ -1,5 +1,6 @@ { # Global variables used in NixOS and HomeManager which will probably never change user = "ghoscht"; + dir_name = ".setup"; location = "$HOME/.setup"; }