9 lines
131 B
Nix
9 lines
131 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
stylix = {
|
|
enable = true;
|
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/da-one-sea.yaml";
|
|
};
|
|
}
|