From f6b8d22136740ee994199bc386587b75a048b8cf Mon Sep 17 00:00:00 2001 From: plata Date: Tue, 31 Oct 2023 14:49:13 +0100 Subject: [PATCH 1/2] chore: update bling list --- config/recipe.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config/recipe.yml b/config/recipe.yml index 7daeb74ac6..1eefdf3d65 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -32,13 +32,18 @@ modules: - type: bling # configure what to pull in from ublue-os/bling install: - - justfiles # add "!include /usr/share/ublue-os/just/bling.just" + - justfiles # add "!include /usr/share/ublue-os/just/100-bling.just" # in your custom.just (added by default) or local justfile - - nix-installer # shell shortcuts for determinate system's nix installers + - nix-installer # these are the silverblue nix installer scripts from dnkmmr69420 - ublue-os-wallpapers # - ublue-update # https://github.com/ublue-os/ublue-update + # - 1password # 1Password (stable) and `op` CLI tool installed on base image # - dconf-update-service # a service unit that updates the dconf db on boot # - devpod # https://devpod.sh/ as an rpm + # - gnome-vrr # enables gnome-vrr for your image + # - container-tools # installs container-related tools onto /usr/bin: kind, kubectx, docker-compose and kubens + # - laptop # installs TLP and configures your system for laptop usage + # - flatpaksync # allows synchronization of user-installed flatpaks, see separate documentation section - type: yafti # if included, yafti and it's dependencies (pip & libadwaita) From b87ffbd10cc86ef176b68b21ca3be02140da599b Mon Sep 17 00:00:00 2001 From: plata Date: Tue, 31 Oct 2023 19:42:38 +0100 Subject: [PATCH 2/2] Review comments --- config/recipe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/recipe.yml b/config/recipe.yml index 1eefdf3d65..3fd222042a 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -34,10 +34,10 @@ modules: install: - justfiles # add "!include /usr/share/ublue-os/just/100-bling.just" # in your custom.just (added by default) or local justfile - - nix-installer # these are the silverblue nix installer scripts from dnkmmr69420 + - nix-installer # shell shortcuts for determinate system's nix installers - ublue-os-wallpapers # - ublue-update # https://github.com/ublue-os/ublue-update - # - 1password # 1Password (stable) and `op` CLI tool installed on base image + # - 1password # install 1Password (stable) and `op` CLI tool # - dconf-update-service # a service unit that updates the dconf db on boot # - devpod # https://devpod.sh/ as an rpm # - gnome-vrr # enables gnome-vrr for your image