Added rest of themes local to repo, some may need minor edits

This commit is contained in:
Emmet 2023-05-27 20:07:33 -05:00
parent 1e729b044a
commit 732636f290
54 changed files with 945 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, myTheme, myBackgroundUrl, myBackgroundSha256, ... }:
{ config, pkgs, myTheme, myThemePolarity, myBackgroundUrl, myBackgroundSha256, ... }:
let
myFont = "Inconsolata";
@ -7,7 +7,7 @@ let
in
{
stylix.autoEnable = false;
stylix.polarity = "dark";
stylix.polarity = myThemePolarity;
stylix.image = pkgs.fetchurl {
url = myBackgroundUrl;
sha256 = myBackgroundSha256;