add bun to PATH and packages, remove opencode

This commit is contained in:
m3tm3re
2025-12-28 10:25:23 +01:00
parent 27d162f3ae
commit 949e017b22
3 changed files with 3 additions and 2 deletions

View File

@@ -210,7 +210,6 @@
lf
nix-index
nushellPlugins.skim
opencode
progress
ripgrep
rocmPackages.rocm-smi

View File

@@ -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 = ''

View File

@@ -1,8 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
bun
code2prompt
devpod
#devpod-desktop
code2prompt
nur.repos.charmbracelet.crush
(python3.withPackages (ps:
with ps; [