Add XDG_REPOS_HOME variable
This commit is contained in:
parent
b0c2021d92
commit
2343a739da
7 changed files with 11 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.zsh = {
|
||||
|
@ -12,8 +12,8 @@
|
|||
abbreviations = import ./zsh/abbreviations.nix;
|
||||
};
|
||||
|
||||
cdpath = [ "~/Code" ];
|
||||
dotDir = ".config/zsh";
|
||||
cdpath = [ "$HOME/Code" ];
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
|
||||
shellAliases = (import ./zsh/aliases.nix);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue