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; {
|
with lib; {
|
||||||
config = let
|
config = let
|
||||||
cfg = nixosConfig.elss.graphical.xmonad;
|
cfg = nixosConfig.elss.graphical.xmonad.polybar;
|
||||||
in
|
in
|
||||||
mkIf cfg.polybar.enable {
|
mkIf cfg.enable {
|
||||||
services.polybar = {
|
services.polybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
packages = pkgs.polybarFull;
|
package = pkgs.polybarFull;
|
||||||
settings = let
|
settings = let
|
||||||
fonts = [
|
fonts = [
|
||||||
"Hasklig:style=Regular"
|
"Hasklig:style=Regular"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user