chore: Clean extra waybar settings for niri

This commit is contained in:
ulic-youthlic 2026-01-14 14:21:45 +08:00
parent 39b698ddeb
commit 67c35b2dc5
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 0 additions and 21 deletions

View file

@ -41,21 +41,6 @@ in {
wluma.extraSettings = lib.mkOption {
inherit (options.david.programs.wluma.extraSettings) type;
};
waybar = {
template = lib.mkOption {
readOnly = true;
type = lib.types.anything;
default = config.david.programs.waybar.template;
};
helper = lib.mkOption {
readOnly = true;
type = lib.types.anything;
default = config.david.programs.waybar.helper;
};
settings = lib.mkOption {
inherit (options.david.programs.waybar.settings) type;
};
};
};
};
config = lib.mkMerge [