aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/sils/theming.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nixos/sils/theming.nix b/modules/nixos/sils/theming.nix
index 4ddaa62..5e7d197 100644
--- a/modules/nixos/sils/theming.nix
+++ b/modules/nixos/sils/theming.nix
@@ -1,6 +1,7 @@
{
config,
lib,
+ base16-tokyo-night-scheme,
...
}: let
cfg = config.sils.theming;
@@ -8,6 +9,7 @@ in {
options.sils.theming.enable = lib.mkEnableOption "theming";
config = lib.mkIf cfg.enable {
stylix = {
+ base16Scheme = "${base16-tokyo-night-scheme}/tokyo-night-dark.yaml";
image = ../../../files/wallpaper.jpg;
polarity = "dark";
};