about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-07-23 22:44:03 +0100
committerdevhell <devhell@mailfresser.de>2019-07-23 22:44:03 +0100
commit5bf7be7779512c4433c92b54fa00e9e5271cb7f1 (patch)
tree4bf653d4da0312eb87475c0ecc587ba6ee2fae98 /modules
parent7cbe21f19053c1955eaca0c421a04aee1098944d (diff)
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/devhell/profiles/packages.nix4
1 files changed, 3 insertions, 1 deletions
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;
       };