chore: remove unneccesary appearance module
This commit is contained in:
parent
ee90d3577f
commit
486c304fff
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
cfg = config.marleyos.appearance.base;
|
|
||||||
in {
|
|
||||||
options.marleyos.appearance.base.enable = lib.mkEnableOption "base";
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
fonts.packages = with pkgs; [
|
|
||||||
maple-mono-NF
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue