Add new global variable
This commit is contained in:
parent
cdc88dd4ee
commit
0b7e8328f5
1 changed files with 1 additions and 0 deletions
1
vars.nix
1
vars.nix
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
# Global variables used in NixOS and HomeManager which will probably never change
|
# Global variables used in NixOS and HomeManager which will probably never change
|
||||||
user = "ghoscht";
|
user = "ghoscht";
|
||||||
|
dir_name = ".setup";
|
||||||
location = "$HOME/.setup";
|
location = "$HOME/.setup";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue