Modules/Hyprpanel: Add option to control systemd startup
This commit is contained in:
@ -5,5 +5,6 @@
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOption "hyprpanel";
|
||||
enable = mkEnableOption "Enable Hyprpanel";
|
||||
systemd.enable = mkEnableOption "Start using systemd";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user