From 7281f05669e92e3568f837591912350b32951555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 10:33:31 -0800 Subject: organize programs in a way that makes sense to me --- home/profiles/darwin.nix | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 home/profiles/darwin.nix (limited to 'home/profiles/darwin.nix') diff --git a/home/profiles/darwin.nix b/home/profiles/darwin.nix new file mode 100644 index 0000000..4347384 --- /dev/null +++ b/home/profiles/darwin.nix @@ -0,0 +1,27 @@ +{ config, ... }: +{ + age = { + identityPaths = [ "${config.home.homeDirectory}/.ssh/agenix" ]; + secretsDir = "${config.home.homeDirectory}/.local/share/agenix"; + }; + + imports = [ + ../programs/dev/direnv.nix + ../programs/cli/bat.nix + ../programs/cli/core.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/emacs + ../programs/firefox + ../programs/security/onepassword.nix + ../programs/security/ssh.nix + ../programs/shell/fish.nix + ../programs/term/kitty.nix + ]; + + xdg.enable = true; +} -- cgit v1.2.3