added devbox

This commit is contained in:
randogoth 2025-12-26 20:44:47 +02:00
parent f9a4599c9f
commit 03d376d931
2 changed files with 3 additions and 3 deletions

View file

@ -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   [![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).
## Whats inside ## Whats inside
- Base: `ghcr.io/ublue-os/bluefin-dx:latest` without Cockpit, Docker, Firefox, VS Code - 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. - 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 packages added: `syncthing`, `uv`, `waydroid`;
- System flatpaks added: Telegram Desktop, Waterfox - System flatpaks added: Telegram Desktop, Waterfox

View file

@ -4,6 +4,6 @@ set -oue pipefail
curator_git="--from git+https://codeberg.org/randogoth/curator/" curator_git="--from git+https://codeberg.org/randogoth/curator/"
uvx $curator_git curator init 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 uvx $curator_git curator switch
uv tool install $curator_git curator uv tool install $curator_git curator