Skip to content

Commit

Permalink
remove neovim, switch BUDGIE to GNOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsubajashi committed Jan 24, 2024
1 parent 1ff2749 commit dfb6848
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To rebase an existing Silverblue/Kinoite installation to the latest build:

- First rebase to the unsigned image, to get the proper signing keys and policies installed:
-
Budgie:
GNOME:
```
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/tsubajashi/tsubas-ublue:latest
```
Expand All @@ -18,7 +18,7 @@ To rebase an existing Silverblue/Kinoite installation to the latest build:
```
- If Nvidia:
-
Budgie:
GNOME:
```
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/tsubajashi/tsubas-ublue-nvidia:latest
```
Expand Down
4 changes: 2 additions & 2 deletions boot_menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ ublue_variants:
ks: /kickstart/ublue-os.ks
flavors:
- label: tsubas-ublue
info: Tsubas-Ublue builds (BUDGIE)
info: Tsubas-Ublue builds (GNOME)
- label: tsubas-kinoite
info: Tsubas-kinoite builds (KDE)
- label: tsubajashi/tsubas-ublue-nvidia
ks: /kickstart/ublue-os-nvidia.ks
flavors:
- label: tsubas-ublue-nvidia
info: Tsubas-Ublue Nvidia builds (BUDGIE)
info: Tsubas-Ublue Nvidia builds (GNOME)
- label: tsubas-kinoite-nvidia
info: Tsubas-kinoite Nvidia builds (KDE)
2 changes: 0 additions & 2 deletions config/recipe-kinoite-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ modules:
- google-noto-sans-cjk-fonts
- google-noto-serif-cjk-fonts
- lsd
- neovim
- helix
- virt-install
- virt-manager
- virt-viewer
- pavucontrol
remove:
- firefox # default firefox removed in favor of flatpak
Expand Down
2 changes: 0 additions & 2 deletions config/recipe-kinoite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ modules:
- google-noto-sans-cjk-fonts
- google-noto-serif-cjk-fonts
- lsd
- neovim
- helix
- virt-install
- virt-manager
- virt-viewer
- pavucontrol
remove:
- firefox # default firefox removed in favor of flatpak
Expand Down
4 changes: 1 addition & 3 deletions config/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: tsubas-ublue-nvidia
description: This is my personal OS image.

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/onyx-nvidia
base-image: ghcr.io/ublue-os/silverblue-nvidia
image-version: 39 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
Expand All @@ -31,11 +31,9 @@ modules:
- google-noto-sans-cjk-fonts
- google-noto-serif-cjk-fonts
- lsd
- neovim
- helix
- virt-install
- virt-manager
- virt-viewer
- pavucontrol
remove:
- firefox # default firefox removed in favor of flatpak
Expand Down
4 changes: 1 addition & 3 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: tsubas-ublue
description: This is my personal OS image.

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/onyx-main
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 39 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
Expand All @@ -31,11 +31,9 @@ modules:
- google-noto-sans-cjk-fonts
- google-noto-serif-cjk-fonts
- lsd
- neovim
- helix
- virt-install
- virt-manager
- virt-viewer
- pavucontrol
remove:
- firefox # default firefox removed in favor of flatpak
Expand Down

0 comments on commit dfb6848

Please sign in to comment.