From 055ef73ad5ae471e5a4447c338cbe62617b7620f Mon Sep 17 00:00:00 2001 From: ER Date: Sun, 13 Aug 2023 15:51:53 +0300 Subject: [PATCH] fix: bad indentation in common-packages.yml --- config/common-packages.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/common-packages.yml b/config/common-packages.yml index 926d1b7..59f07c7 100644 --- a/config/common-packages.yml +++ b/config/common-packages.yml @@ -1,9 +1,9 @@ type: rpm-ostree - repos: - # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%FEDORA_VERSION%/atim-starship-fedora-%FEDORA_VERSION%.repo - install: - - python3-pip - - libadwaita - remove: - - firefox - - firefox-langpacks +repos: + # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%FEDORA_VERSION%/atim-starship-fedora-%FEDORA_VERSION%.repo +install: + - python3-pip + - libadwaita +remove: + - firefox + - firefox-langpacks