From 03d376d93182e0b783948916a6870de8cb54a867 Mon Sep 17 00:00:00 2001 From: randogoth Date: Fri, 26 Dec 2025 20:44:47 +0200 Subject: [PATCH] added devbox --- README.md | 4 ++-- files/system/usr/libexec/deinonyxus/curator.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e034058..65c3e10 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Deinonyxus   [![bluebuild build badge](https://github.com/randogoth/deinonyxus/actions/workflows/build.yml/badge.svg)](https://github.com/randogoth/deinonyxus/actions/workflows/build.yml) -*Deinonyxus* is a personal spin of the UBlue Bluefin DX image with experimental Nix package manager baked in (borrowed from the great [Daemonix](https://github.com/DXC-0/daemonix/) image) and a first-login bootstrap for `nix/home-manager` like declarative package management using [curator](https://codeberg.org/randogoth/curator). +*Deinonyxus* is a personal spin of the UBlue Bluefin DX image with experimental Nix package manager baked in (borrowed from the great [Daemonix](https://github.com/DXC-0/daemonix/) image) and a first-login bootstrap for `nix/home-manager`-like declarative package management using [curator](https://codeberg.org/randogoth/curator). ## What’s inside - Base: `ghcr.io/ublue-os/bluefin-dx:latest` without Cockpit, Docker, Firefox, VS Code - Nix: multi-user install baked in; `nix-overlay.service` and `nix-daemon.service` enabled. -- First-login bootstrap: installs nix packages `micro vscodium mc` via `curator`. +- First-login bootstrap: installs nix packages `devbox`, `mc`, `micro`, and `vscodium` via `curator`. - System packages added: `syncthing`, `uv`, `waydroid`; - System flatpaks added: Telegram Desktop, Waterfox diff --git a/files/system/usr/libexec/deinonyxus/curator.sh b/files/system/usr/libexec/deinonyxus/curator.sh index 8bc55dc..ba7fe25 100755 --- a/files/system/usr/libexec/deinonyxus/curator.sh +++ b/files/system/usr/libexec/deinonyxus/curator.sh @@ -4,6 +4,6 @@ set -oue pipefail curator_git="--from git+https://codeberg.org/randogoth/curator/" uvx $curator_git curator init -uvx $curator_git curator add brew:mc nix:micro nix:vscodium +uvx $curator_git curator add brew:mc nix:micro nix:vscodium nix:devbox uvx $curator_git curator switch uv tool install $curator_git curator \ No newline at end of file