diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 16:30:54 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 16:30:54 -0400 |
| commit | 514a0f78ab4c18470fa5215069068f8aea381edc (patch) | |
| tree | 36c27aa69a1445133d8bd7fd5560d3d5e339a3bc /hjem-darwin.nix | |
| parent | try modules (diff) | |
| download | nixos-514a0f78ab4c18470fa5215069068f8aea381edc.tar.gz nixos-514a0f78ab4c18470fa5215069068f8aea381edc.tar.bz2 nixos-514a0f78ab4c18470fa5215069068f8aea381edc.zip | |
optimize, split irc config and add ghostty config
Diffstat (limited to 'hjem-darwin.nix')
| -rw-r--r-- | hjem-darwin.nix | 5 |
1 files changed, 2 insertions, 3 deletions
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 ]; }; } |
