diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 918e9ad..b92d817 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -210,7 +210,6 @@ lf nix-index nushellPlugins.skim - opencode progress ripgrep rocmPackages.rocm-smi diff --git a/home/features/cli/nushell.nix b/home/features/cli/nushell.nix index 27ff565..6a9251d 100644 --- a/home/features/cli/nushell.nix +++ b/home/features/cli/nushell.nix @@ -25,6 +25,7 @@ in { $env.FZF_DEFAULT_COMMAND = "fd --type f --exclude .git --follow --hidden" $env.SSH_AUTH_SOCK = "/run/user/1000/gnupg/S.gpg-agent.ssh" $env.FLAKE = $"($env.HOME)/p/nixos/nixos-config" + $env.PATH = ($env.PATH | split row (char esep) | prepend $"($env.HOME)/.cache/.bun/bin" | uniq) source /run/agenix/${config.home.username}-secrets ''; configFile.text = '' diff --git a/home/features/coding/default.nix b/home/features/coding/default.nix index 782703b..367061b 100644 --- a/home/features/coding/default.nix +++ b/home/features/coding/default.nix @@ -1,8 +1,9 @@ {pkgs, ...}: { home.packages = with pkgs; [ + bun + code2prompt devpod #devpod-desktop - code2prompt nur.repos.charmbracelet.crush (python3.withPackages (ps: with ps; [