From 5bf7be7779512c4433c92b54fa00e9e5271cb7f1 Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 23 Jul 2019 22:44:03 +0100 Subject: profiles/packages: Expand polybar super So, instead of using polybarFull, which has issues and doesn't suit me in its new incarnation anyway, I'm just expanding the super with the options I want. --- modules/user/devhell/profiles/packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/devhell/profiles/packages.nix b/modules/user/devhell/profiles/packages.nix index decdac6d..01efb23f 100644 --- a/modules/user/devhell/profiles/packages.nix +++ b/modules/user/devhell/profiles/packages.nix @@ -16,7 +16,9 @@ in { }; polybar = super.polybar.override { - i3Support = true; + nlSupport = true; + pulseSupport = true; + i3GapsSupport = true; mpdSupport = true; }; -- cgit 1.4.1