cleanups
This commit is contained in:
parent
df0035aba9
commit
3d2d57ddff
2 changed files with 6 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ in
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = "${config.xdg.configHome}/zsh";
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
path = "${config.xdg.stateHome}/zsh_history";
|
path = "${config.xdg.stateHome}/zsh_history";
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.etc."gitconfig".text = ''
|
||||||
|
[safe]
|
||||||
|
directory = /home/barrett/.config/nix
|
||||||
|
'';
|
||||||
|
|
||||||
environment.binsh = "${pkgs.dash}/bin/dash";
|
environment.binsh = "${pkgs.dash}/bin/dash";
|
||||||
|
|
||||||
users.users.barrett = {
|
users.users.barrett = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue