feat(darwin): Enable base appearance options
This commit is contained in:
parent
83de2f8264
commit
0d3d62b944
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
inherit (lib.snowfall.system) is-darwin;
|
inherit (lib.snowfall.system) is-darwin;
|
||||||
|
|
||||||
cfg = config.marleyos.appearance.base;
|
cfg = config.marleyos.appearance.base;
|
||||||
|
|
||||||
|
inherit (lib.snowfall.system) is-linux;
|
||||||
inherit (config.marleyos) isDesktop;
|
inherit (config.marleyos) isDesktop;
|
||||||
in {
|
in {
|
||||||
options.marleyos.appearance.base.enable = lib.mkEnableOption "base";
|
options.marleyos.appearance.base.enable = lib.mkEnableOption "base";
|
||||||
|
|
Loading…
Reference in a new issue