fix server build

This commit is contained in:
2025-08-06 11:27:40 +02:00
parent 1d8824bfcb
commit cc23723a9c
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ in {
enable = mkEnableOption "Enables stylix";
image = mkOption {
type = types.path;
default = ../../yuyukowallpaper.png;
default = ../../tsukasa.jpg;
description = ''
The wallpaper to use.
'';
@@ -51,7 +51,7 @@ in {
autoEnable = lib.mkForce true;
polarity = "dark";
image = cfg.image;
base16Scheme = cfg.base16Scheme;
base16Scheme = lib.mkIf (cfg.base16Scheme != null) cfg.base16Scheme;
override = cfg.override;
#base16Scheme = ../../home-manager/themes/yorha/scheme.yml;
#base16Scheme =