-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options to set fonts #60
Conversation
If I was writing this I would have had a single size for each font (serif, sans-serif, monospace), but I think your choices provide a bit more flexibility. |
I haven't tested everything in depth, but it should work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there is an issue with the Sway module:
error: A definition for option `home-manager.users.danth.wayland.windowManager.sway.config.fonts.size' is not of type `floating point number'. Definition values:
- In `/nix/store/d8dfhghz782by1524kg8jwhjqmmv4hp3-modules/sway/hm.nix': 10
I didn't know nix distinguished integers and floating points, I'll fix that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works with my configuration now.
To fix #35 and #59 , we need a way to specify font sizes. I think the best approach is to select a nomenclature of font sizes that could be reused by modules. Here I propose one such nomenclature to start discussions. Once the nomenclature is agreed upon, we can update the modules to use it.