dnf module fix, readme
This commit is contained in:
parent
6d7cb97cc0
commit
c8830fc50a
3 changed files with 5 additions and 6 deletions
|
|
@ -5,8 +5,8 @@
|
||||||
## 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 `devbox`, `mc`, `micro`, and `vscodium` via `curator`.
|
(D) - First-login bootstrap: installs nix packages `devbox`, `mc`,and `micro` via `curator`
|
||||||
- System packages added: `syncthing`, `uv`, `waydroid`;
|
- System packages added: `syncthing`, `uv`, `vscodium`, `waydroid`;
|
||||||
- System flatpaks added: Telegram Desktop, Waterfox
|
- System flatpaks added: Telegram Desktop, Waterfox
|
||||||
|
|
||||||
## First login behavior
|
## First login behavior
|
||||||
|
|
@ -15,8 +15,6 @@
|
||||||
- Bootstraps `~/.config/curator/inventory.toml` and runs `curator switch` with the packages set above.
|
- Bootstraps `~/.config/curator/inventory.toml` and runs `curator switch` with the packages set above.
|
||||||
|
|
||||||
## Install / Rebase
|
## Install / Rebase
|
||||||
> [!WARNING]
|
|
||||||
> Uses the Fedora Atomic native container workflow.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# First pull unsigned to get signing policy
|
# First pull unsigned to get signing policy
|
||||||
|
|
|
||||||
|
|
@ -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:devbox
|
uvx $curator_git curator add nix:mc nix:micro nix:devbox
|
||||||
uvx $curator_git curator switch
|
uvx $curator_git curator switch
|
||||||
uv tool install $curator_git curator
|
uv tool install $curator_git curator
|
||||||
|
|
@ -30,7 +30,8 @@ modules:
|
||||||
|
|
||||||
- type: dnf
|
- type: dnf
|
||||||
repos:
|
repos:
|
||||||
files: https://repo.vscodium.dev/vscodium.repo
|
files:
|
||||||
|
- https://repo.vscodium.dev/vscodium.repo
|
||||||
install:
|
install:
|
||||||
packages:
|
packages:
|
||||||
- repo: vscodium
|
- repo: vscodium
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue