From 829dabfa371951d6da5230fbfe9639dc60f4896c Mon Sep 17 00:00:00 2001 From: Scott Ames Date: Sat, 27 Jan 2024 11:36:02 -0800 Subject: [PATCH] fix: remove bling justfiles module (removed upstream) --- config/recipe-nvidia.yml | 5 ----- config/recipe-surface.yml | 1 - config/recipe.yml | 5 ----- 3 files changed, 11 deletions(-) diff --git a/config/recipe-nvidia.yml b/config/recipe-nvidia.yml index 74793f4..31e2d4b 100644 --- a/config/recipe-nvidia.yml +++ b/config/recipe-nvidia.yml @@ -25,11 +25,6 @@ modules: - type: bling # configure what to pull in from ublue-os/bling install: - - justfiles # add "!include /usr/share/ublue-os/just/bling.just" - # in your custom.just (added by default) or local justfile - # - nix-installer # shell shortcuts for determinate system's nix installers - # - ublue-os-wallpapers - ublue-update # https://github.com/ublue-os/ublue-update - dconf-update-service # a service unit that updates the dconf db on boot - # - devpod # https://devpod.sh/ as an rpm - from-file: common-yafti.yml diff --git a/config/recipe-surface.yml b/config/recipe-surface.yml index 120b825..74ed755 100644 --- a/config/recipe-surface.yml +++ b/config/recipe-surface.yml @@ -20,7 +20,6 @@ modules: - usr: /usr - type: bling install: - - justfiles - ublue-update # https://github.com/ublue-os/ublue-update - dconf-update-service - from-file: common-yafti.yml diff --git a/config/recipe.yml b/config/recipe.yml index 70553e7..2a3a6c4 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -25,11 +25,6 @@ modules: - type: bling # configure what to pull in from ublue-os/bling install: - - justfiles # add "!include /usr/share/ublue-os/just/bling.just" - # in your custom.just (added by default) or local justfile - # - nix-installer # shell shortcuts for determinate system's nix installers - # - ublue-os-wallpapers - ublue-update # https://github.com/ublue-os/ublue-update - dconf-update-service # a service unit that updates the dconf db on boot - # - devpod # https://devpod.sh/ as an rpm - from-file: common-yafti.yml