diff --git a/home/modules/shell.nix b/home/modules/shell.nix index ab58772..dcd6f86 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -170,7 +170,7 @@ in programs.zsh = { enable = true; - dotDir = ".config/zsh"; + dotDir = "${config.xdg.configHome}/zsh"; history = { path = "${config.xdg.stateHome}/zsh_history"; diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index b876b55..ef9ba30 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -54,6 +54,11 @@ ]; }; + environment.etc."gitconfig".text = '' + [safe] + directory = /home/barrett/.config/nix + ''; + environment.binsh = "${pkgs.dash}/bin/dash"; users.users.barrett = {