From 8fcb7f42a6e90538b412841a212ef283e299d33e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 11 Jun 2023 16:13:42 +0100 Subject: [PATCH] home: wm: i3: assert name of 'i3status-rs' bar --- home/wm/i3/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/i3/default.nix b/home/wm/i3/default.nix index b5316f3..c7a728a 100644 --- a/home/wm/i3/default.nix +++ b/home/wm/i3/default.nix @@ -75,6 +75,7 @@ in let i3status-rs = lib.getExe config.programs.i3status-rust.package; in + assert [ "top" ] == lib.attrNames config.programs.i3status-rust.bars; [ { statusCommand = "${i3status-rs} config-top.toml";