6 lines
160 B
Nix
6 lines
160 B
Nix
{
|
|
# Global variables used in NixOS and HomeManager which will probably never change
|
|
user = "ghoscht";
|
|
dir_name = ".setup";
|
|
location = "$HOME/.setup";
|
|
}
|