fix server build
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user