From 514a0f78ab4c18470fa5215069068f8aea381edc Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 16:30:54 -0400 Subject: optimize, split irc config and add ghostty config --- hjem-darwin.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hjem-darwin.nix') diff --git a/hjem-darwin.nix b/hjem-darwin.nix index 9090d86..ac3bab9 100644 --- a/hjem-darwin.nix +++ b/hjem-darwin.nix @@ -8,13 +8,12 @@ ]; hjem.users.${username} = { - directory = "/home/${username}"; + directory = "/Users/${username}"; files = { - ".config/senpai/senpai.scfg".source = ./dotfiles/senpai/senpai.scfg; + ".config/ghostty/config.ghostty".source = ./dotfiles/ghostty/config.ghostty; }; packages = with pkgs; [ - senpai ]; }; } -- cgit v1.3.1