chore: remove unneccesary appearance module

This commit is contained in:
punkfairie 2025-05-25 18:43:12 -07:00
parent ee90d3577f
commit 486c304fff
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -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
];
};
}