35 lines
1.2 KiB
Nix
35 lines
1.2 KiB
Nix
{ pkgs, ... }:
|
|
{
|
|
stylix.enable = true;
|
|
stylix.polarity = "dark";
|
|
#stylix.targets.plymouth.enable = false;
|
|
stylix.targets.kitty.enable = true;
|
|
stylix.targets.hyprpaper.enable = true;
|
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
|
stylix.targets.zen-browser.profileNames = [ "default" ];
|
|
stylix.targets.zen-browser.enable = true;
|
|
# blue aura house
|
|
/* stylix.image = pkgs.fetchurl {
|
|
url = "https://w.wallhaven.cc/full/1p/wallhaven-1py8lw.jpg";
|
|
hash = "sha256-smJTuprm8PVKWv56hfv9UMzDXkHm3R7O1ALaNpNYy3E=";
|
|
};*/
|
|
# coastal town
|
|
/*stylix.image = pkgs.fetchurl {
|
|
url = "https://w.wallhaven.cc/full/ex/wallhaven-ex8vml.jpg";
|
|
hash = "sha256-SNsauGNVU7p+FfZPJ97GQDz5roRfy82WbAuLmLl7iVs=";
|
|
};*/
|
|
|
|
# Docks
|
|
/*stylix.image = pkgs.fetchurl {
|
|
url = "https://gitea.base.jeditemple.com/joshuaelm/Wallpapers/raw/branch/main/generic/a_deck_with_trees_and_a_railing.jpg";
|
|
hash = "sha256-axG9MALOe5cNfySA29DP15YXLp1V1mcHbezPvq4J3sA=";
|
|
};*/
|
|
|
|
# Mountain Range with tree vignette
|
|
stylix.image = pkgs.fetchurl {
|
|
url = "https://gitea.base.jeditemple.com/joshuaelm/Wallpapers/raw/branch/main/generic/wallhaven-21yp59.jpg";
|
|
hash = "sha256-INsc8Zx+Slmcyd/tNekuZ0LhNSlvNLy7TNFLdnJD78Q=";
|
|
};
|
|
|
|
}
|