fix server build
This commit is contained in:
@@ -5,7 +5,7 @@ in {
|
|||||||
enable = mkEnableOption "Enables stylix";
|
enable = mkEnableOption "Enables stylix";
|
||||||
image = mkOption {
|
image = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = ../../yuyukowallpaper.png;
|
default = ../../tsukasa.jpg;
|
||||||
description = ''
|
description = ''
|
||||||
The wallpaper to use.
|
The wallpaper to use.
|
||||||
'';
|
'';
|
||||||
@@ -51,7 +51,7 @@ in {
|
|||||||
autoEnable = lib.mkForce true;
|
autoEnable = lib.mkForce true;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
image = cfg.image;
|
image = cfg.image;
|
||||||
base16Scheme = cfg.base16Scheme;
|
base16Scheme = lib.mkIf (cfg.base16Scheme != null) cfg.base16Scheme;
|
||||||
override = cfg.override;
|
override = cfg.override;
|
||||||
#base16Scheme = ../../home-manager/themes/yorha/scheme.yml;
|
#base16Scheme = ../../home-manager/themes/yorha/scheme.yml;
|
||||||
#base16Scheme =
|
#base16Scheme =
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
shared.enable = true;
|
shared.enable = true;
|
||||||
#games.enable = true;
|
#games.enable = true;
|
||||||
#basics.enable = true;
|
#basics.enable = true;
|
||||||
|
stylix.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mainUser.layout = "de";
|
mainUser.layout = "de";
|
||||||
|
|||||||
Reference in New Issue
Block a user