1

Modules/Hyprpanel: Add hyprpanel module

This commit is contained in:
2025-06-17 01:24:32 +02:00
parent 46dfc42c1e
commit f3259dfc6f
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOption "hyprpanel";
}