try hyprpanel

This commit is contained in:
2025-08-24 09:08:22 -05:00
parent aa4528b70a
commit e0d552d309
4 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ config, lib, ... }: {
options.homeconfig.hyprpanel.enable = lib.mkOption {
options.homeconfig.hyprpanel.enable = with lib; mkOption {
type = with types; bool;
default = false;
};