Add a REPOS environment variable
This commit is contained in:
parent
c0fabc4f20
commit
51b6d6b8c5
3 changed files with 3 additions and 1 deletions
lib/nixos/home-manager
|
@ -41,6 +41,7 @@ in {
|
|||
LC_CTYPE = "en_GB.UTF-8";
|
||||
PATH = "$PATH:./vendor/bin:./node_modules/.bin";
|
||||
PULUMI_SKIP_UPDATE_CHECK = "true";
|
||||
REPOS = "$HOME/Code";
|
||||
RIPGREP_CONFIG_PATH = "$HOME/.config/ripgrep/config";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue