nix: home-manager darwin + formats

This commit is contained in:
js0ny 2025-10-20 04:24:23 +01:00
parent 7d8e0b1211
commit c0572e749d
12 changed files with 45 additions and 31 deletions

View file

@ -1,4 +1,4 @@
{...}: let
{config, ...}: let
commonAliases = {
v = "nvim";
g = "lazygit";
@ -22,7 +22,7 @@ in {
autocd = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
dotDir = "/home/js0ny/.config/zsh";
dotDir = "${config.xdg.configHome}/zsh";
shellAliases = commonAliases;
};
programs.bash = {