mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-05 22:44:34 +05:30
Storing local base16 themes for tweaks (starting with dracula)
This commit is contained in:
parent
13251d0c13
commit
1e729b044a
2 changed files with 20 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
let
|
||||
myFont = "Inconsolata";
|
||||
myFontPkg = pkgs.inconsolata;
|
||||
myThemePath = "../../../themes/"+myTheme+".yaml";
|
||||
in
|
||||
{
|
||||
stylix.autoEnable = false;
|
||||
|
@ -11,7 +12,7 @@ in
|
|||
url = myBackgroundUrl;
|
||||
sha256 = myBackgroundSha256;
|
||||
};
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/"+myTheme+".yaml";
|
||||
stylix.base16Scheme = ./. + myThemePath;
|
||||
|
||||
stylix.fonts = {
|
||||
monospace = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue