Home: Re-enable Hyprpanel (Disabled)

This commit is contained in:
2026-07-18 14:14:51 +02:00
parent 63670dd4c9
commit 5f57a20b58
4 changed files with 2 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOption "Enable Hyprpanel";
systemd.enable = mkEnableOption "Start using systemd";
}