From cb961051f8307a0bfd6e75acb52a7b7ac003e4d0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 2 Nov 2025 13:06:05 -0800 Subject: simplify configuration for darwin --- home/profiles/workstation.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 home/profiles/workstation.nix (limited to 'home/profiles/workstation.nix') diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix new file mode 100644 index 0000000..0494281 --- /dev/null +++ b/home/profiles/workstation.nix @@ -0,0 +1,23 @@ +{ pkgs, ... }: +{ + imports = [ + ./bat.nix + ./eza.nix + ./direnv.nix + ./go.nix + ./starship.nix + ./fd.nix + ./git.nix + ]; + + home.packages = with pkgs; [ + bottom + dust + fish + jless + jq + ripgrep + tree + yq + ]; +} -- cgit v1.2.3