From 918d92d1f1a9a9570fc78da98df787549abfab3b Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 10 Jan 2023 02:59:58 +0100 Subject: [PATCH] Forgot to commit this --- home/adrielus/features/desktop/xmonad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/adrielus/features/desktop/xmonad.nix b/home/adrielus/features/desktop/xmonad.nix index 11ed2eb..6514c26 100644 --- a/home/adrielus/features/desktop/xmonad.nix +++ b/home/adrielus/features/desktop/xmonad.nix @@ -1,3 +1,3 @@ { - imports = [ ./common/rofi ./common/polybar]; + imports = [ ./common/rofi ./common/polybar ]; }