mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
10 lines
226 B
Nix
10 lines
226 B
Nix
{
|
|
globals,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
stylix.enable = true;
|
|
stylix.image = globals.wallpapers.current;
|
|
stylix.polarity = "dark";
|
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml";
|
|
}
|