codium from dnf
This commit is contained in:
parent
03d376d931
commit
6d7cb97cc0
2 changed files with 6 additions and 1 deletions
|
|
@ -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 nix:devbox
|
uvx $curator_git curator add brew: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
|
||||||
|
|
@ -29,8 +29,13 @@ modules:
|
||||||
- nix-daemon.service
|
- nix-daemon.service
|
||||||
|
|
||||||
- type: dnf
|
- type: dnf
|
||||||
|
repos:
|
||||||
|
files: https://repo.vscodium.dev/vscodium.repo
|
||||||
install:
|
install:
|
||||||
packages:
|
packages:
|
||||||
|
- repo: vscodium
|
||||||
|
packages:
|
||||||
|
- codium
|
||||||
- syncthing
|
- syncthing
|
||||||
- uv
|
- uv
|
||||||
- waydroid
|
- waydroid
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue