Refactor XDG user directories
This commit is contained in:
parent
4ae602d0fa
commit
40c8776e4b
3 changed files with 14 additions and 11 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
includes = [
|
||||
{
|
||||
condition = "gitdir:${config.home.sessionVariables.XDG_REPOS_DIR}/tfw";
|
||||
condition = "gitdir:${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/tfw";
|
||||
contents.user.email = "oliver.davies@tfw.wales";
|
||||
}
|
||||
];
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
s = "secrets";
|
||||
secrets = ''doppler --project "$(whoami)" run'';
|
||||
tag = "tag-release";
|
||||
vss = "LC_ALL=C sort --unique ${config.home.sessionVariables.XDG_REPOS_DIR}/dotfiles/nvim/spell/en.utf-8.add --output ${config.home.sessionVariables.XDG_REPOS_DIR}/dotfiles/nvim/spell/en.utf-8.add";
|
||||
vss = "LC_ALL=C sort --unique ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/dotfiles/nvim/spell/en.utf-8.add --output ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/dotfiles/nvim/spell/en.utf-8.add";
|
||||
wt = "git worktree";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue