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