Skip to content

Commit

Permalink
font: convert description attrs to comments
Browse files Browse the repository at this point in the history
font.bar is a submodule of free-form attributes, and cannot have
"description" attributes as is
  • Loading branch information
evanjs committed Aug 19, 2020
1 parent d0294eb commit 8471f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/new-modules/font.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ in
{
options.mine.font = rec {
bar = {
description = "Settings related to fonts for status bars";
#description = "Settings related to fonts for status bars";
size = {
description = "The font sizes to use for status bars";
#description = "The font sizes to use for status bars";
small = mkOption {
description = "Font size to use for traditionally smaller bars, often text-based bars, such as xmobar";
default = 8;
Expand Down

0 comments on commit 8471f10

Please sign in to comment.