From 9715b9569acf1cd2f7049a1e24ecf54e35c7c202 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sat, 9 Sep 2023 23:47:58 +0200 Subject: [PATCH] Fix error null values crash waybar installation --- modules/home/desktop/sway/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/sway/waybar.nix b/modules/home/desktop/sway/waybar.nix index 9d39b6d..9301d27 100644 --- a/modules/home/desktop/sway/waybar.nix +++ b/modules/home/desktop/sway/waybar.nix @@ -21,7 +21,7 @@ [ "custom/sep" "backlight" "battery"] - else null + else [] ) ++ [ "custom/sep" "memory"