diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-02 12:06:12 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-02 12:06:12 -0800 |
| commit | 9dadee200241480f3c20677bf6aea63126bb880f (patch) | |
| tree | 7757c2d7c8e2cf8bbd3fd17efbef58d5bd68b088 /home/profiles/darwin.nix | |
| parent | initial setup for ollama (diff) | |
| download | infra-9dadee200241480f3c20677bf6aea63126bb880f.tar.gz | |
one last big shuffle
Diffstat (limited to 'home/profiles/darwin.nix')
| -rw-r--r-- | home/profiles/darwin.nix | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/home/profiles/darwin.nix b/home/profiles/darwin.nix index 5cbb1d7..8c1655c 100644 --- a/home/profiles/darwin.nix +++ b/home/profiles/darwin.nix @@ -6,19 +6,16 @@ }; imports = [ - ../programs/cli/bat.nix - ../programs/cli/eza.nix - ../programs/cli/fd.nix - ../programs/dev/delta.nix - ../programs/dev/direnv.nix - ../programs/dev/git.nix - ../programs/dev/go.nix + ../programs/aider.nix + ../programs/bat.nix ../programs/emacs + ../programs/eza.nix + ../programs/fd.nix ../programs/firefox - ../programs/security/onepassword.nix - ../programs/security/ssh.nix - ../programs/shell/fish.nix - ../programs/term/kitty.nix + ../programs/fish.nix + ../programs/kitty.nix + ../programs/onepassword.nix + ../programs/ssh.nix ]; home.packages = with pkgs; [ @@ -33,6 +30,7 @@ tree wget wireshark + yubikey-manager ]; programs.fish.shellAliases = { |
