mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix typo
This commit is contained in:
parent
f515208bb9
commit
5b88309340
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user