4 lines
99 B
Nix
4 lines
99 B
Nix
{ pkgs, ... }:
|
|
{
|
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/black-metal.yaml";
|
|
}
|