From 5b883093405d3915cb2b5b6b990fc29dd74c18ce Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 9 May 2023 14:52:22 +0200 Subject: [PATCH] Fix typo --- users/ellmau/polybar_xmonad.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/ellmau/polybar_xmonad.nix b/users/ellmau/polybar_xmonad.nix index a8d043d..514e595 100644 --- a/users/ellmau/polybar_xmonad.nix +++ b/users/ellmau/polybar_xmonad.nix @@ -7,12 +7,12 @@ }: with lib; { config = let - cfg = nixosConfig.elss.graphical.xmonad; + cfg = nixosConfig.elss.graphical.xmonad.polybar; in - mkIf cfg.polybar.enable { + mkIf cfg.enable { services.polybar = { enable = true; - packages = pkgs.polybarFull; + package = pkgs.polybarFull; settings = let fonts = [ "Hasklig:style=Regular"