From f49ff2c94a7ac86f14e80d30221b09930d1f283c Mon Sep 17 00:00:00 2001
From: "flyingscorpio@arch-desktop" <tfranken@protonmail.com>
Date: Sat, 25 Sep 2021 11:56:05 +0200
Subject: [PATCH] Vimix grub theme only exists for Arch

---
 configs.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs.yml b/configs.yml
index d09238e..85dc5b5 100644
--- a/configs.yml
+++ b/configs.yml
@@ -59,7 +59,8 @@ pacman.conf:
 
 grub:
     - install:
-        - grub-theme-vimix
+        arch:
+            - grub-theme-vimix
     - run:
         command: sudo cp /etc/default/grub /etc/default/grub.backup
         condition: "[ ! -e /etc/default/grub.backup ]"