dnf module fix, readme

This commit is contained in:
randogoth 2025-12-28 19:16:42 +02:00
parent 6d7cb97cc0
commit c8830fc50a
3 changed files with 5 additions and 6 deletions

View file

@ -5,8 +5,8 @@
## Whats 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 `devbox`, `mc`, `micro`, and `vscodium` via `curator`.
- System packages added: `syncthing`, `uv`, `waydroid`;
(D) - First-login bootstrap: installs nix packages `devbox`, `mc`,and `micro` via `curator`
- System packages added: `syncthing`, `uv`, `vscodium`, `waydroid`;
- System flatpaks added: Telegram Desktop, Waterfox
## First login behavior
@ -15,8 +15,6 @@
- Bootstraps `~/.config/curator/inventory.toml` and runs `curator switch` with the packages set above.
## Install / Rebase
> [!WARNING]
> Uses the Fedora Atomic native container workflow.
```bash
# First pull unsigned to get signing policy

View file

@ -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:devbox
uvx $curator_git curator add nix:mc nix:micro nix:devbox
uvx $curator_git curator switch
uv tool install $curator_git curator

View file

@ -30,7 +30,8 @@ modules:
- type: dnf
repos:
files: https://repo.vscodium.dev/vscodium.repo
files:
- https://repo.vscodium.dev/vscodium.repo
install:
packages:
- repo: vscodium