added devbox
This commit is contained in:
parent
f9a4599c9f
commit
03d376d931
2 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
# Deinonyxus [](https://github.com/randogoth/deinonyxus/actions/workflows/build.yml)
|
# Deinonyxus [](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
|
## What’s 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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue