From 3d2d57ddff47efafdcd880c07a1b6a24c33fa570 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 10 Feb 2026 20:31:25 -0500 Subject: [PATCH] cleanups --- home/modules/shell.nix | 2 +- hosts/xps15/configuration.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 = {