1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00
This commit is contained in:
Stefan Ellmauthaler 2023-05-09 14:52:22 +02:00
parent f515208bb9
commit 5b88309340
Failed to extract signature

View File

@ -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"