This commit is contained in:
Barrett Ruth 2026-02-10 20:31:25 -05:00
parent df0035aba9
commit 3d2d57ddff
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 6 additions and 1 deletions

View file

@ -170,7 +170,7 @@ in
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
dotDir = "${config.xdg.configHome}/zsh";
history = {
path = "${config.xdg.stateHome}/zsh_history";

View file

@ -54,6 +54,11 @@
];
};
environment.etc."gitconfig".text = ''
[safe]
directory = /home/barrett/.config/nix
'';
environment.binsh = "${pkgs.dash}/bin/dash";
users.users.barrett = {