Commit graph

19 commits

Author SHA1 Message Date
Daniel Thwaites
0ea346a423
Publish list of NixOS options on GitHub Pages 📝 2022-07-30 15:31:58 +01:00
Daniel Thwaites
a1c4e8179b
Create an enable option for each module
Fixes #7
2022-07-25 20:38:43 +01:00
Daniel Thwaites
324b951687
Improve option description for stylix.palette 💡 2022-07-22 23:08:50 +01:00
Daniel Thwaites
2c8ac84830
Clean up implementation of palette options ♻️
The automatically chosen color is now the default value under `stylix.palette`,
rather than `null`.

The colors from `stylix.palette` are collected to make the default value
of `stylix.base16Scheme`.

If `stylix.base16Scheme` is overridden to an external file, the colors
from that file will NOT be written back to `stylix.palette`. For that
reason, you must still only refer to `lib.stylix.colors` within modules.
2022-07-22 22:46:00 +01:00
Daniel Thwaites
8174101c22
Implement manual palettes
Fixes #1
2022-07-22 17:42:34 +01:00
Daniel Thwaites
6a706cba69 Add polarity option 2022-06-30 18:17:44 +01:00
Daniel Thwaites
e02c8c77a4
Apply home-manager settings to all users automatically 🚸 2022-04-24 11:38:24 +01:00
Daniel Thwaites
c2358177dc
Use an external library for base16 ♻️
https://github.com/SenchoPens/base16.nix
2022-04-23 10:36:20 +01:00
github-actions
f0323ee468 Beautify 7b34be82ff 🎨 2021-10-17 14:05:15 +00:00
Daniel Thwaites
7b34be82ff
Rewrite palette generation in Haskell
This does not rely on an external library for colour selection,
therefore it can be fine-tuned to create a better theme.

Closes #2 because Colorgram is no longer used.
2021-10-17 15:04:19 +01:00
github-actions
af17cad8d9 Beautify de589f60cd 2021-07-28 14:10:54 +00:00
Daniel Thwaites
5f953fa783
Reduce brightness of light scheme 2021-07-06 18:57:57 +01:00
Daniel Thwaites
dccee9b6fd
Add stylix.colors option
Closes #1
2021-03-28 17:56:24 +01:00
Daniel Thwaites
67e4bcebb3
Change type of stylix.image to types.path
A derivation will be converted to a path using builtins.toString,
assuming the image is its only output.
2021-01-08 16:09:07 +00:00
Daniel Thwaites
9666babb92
Add GRUB module 2021-01-04 15:46:04 +00:00
Daniel Thwaites
60f37c639c
Create baseXX-hash attribute 2020-12-21 14:48:23 +00:00
Daniel Thwaites
5f94f7c251
Set type of stylix.homeModule 2020-12-21 14:42:24 +00:00
Daniel Thwaites
536e20fdce
Add Vim module 2020-12-20 19:36:37 +00:00
Daniel Thwaites
f9daee029e
Inital commit 2020-12-20 19:10:14 +00:00