Results 43 comments of Luc Chabassier

Maybe you need `programs.dconf.enable = true` in your NixOS config ?

A bit related to #54 . The point is that people want other things than just an image as wallpaper, so we need to support that. Maybe we could have...

One limitation with this approach is that in the case of the list, we may want more features (for example how long to display each wallpaper, how to handle transitions...)....

We can as long as there is only one such submodule (otherwise it gets complicated pretty fast I think), so it would work but if we want to support other...

I think @danth's idea is great but I'd like to mention it is pretty easy right now to use official themes: see how I do it [here](https://github.com/dwarfmaster/home-nix/blob/master/profiles/nixos/interface/theme/default.nix#L60). One problem with...

I think it would be easier to create our own theme, unless btop supports configurable themes.

Are you sure you're importing the stylix module ? That may be the problem... I can't tell much more without having an example of a configuration that produces this problem.

Maybe it's due to the fact that `config` is not computed yet when the options are evaluated (it should be fully lazy and work, but I admit not liking depending...

Turns out it is linked to the `mdframed` environment, it works as expected with `framed=false`.

I have the same error on NixOS, so it seems to be linux specific.