Chore: alejandra

This commit is contained in:
Peritia 2026-03-02 15:48:09 +01:00
parent bba1ac685f
commit 5596cdc23a
5 changed files with 30 additions and 40 deletions

View file

@ -254,30 +254,23 @@ with lib; {
};
};
############################################################
# Lock screen (Hyprlock)
############################################################
hyprlock = {
enable = mkEnableOption "Enable Hyprlock lock screen";
############################################################
# Lock screen (Hyprlock)
############################################################
hyprlock = {
enable = mkEnableOption "Enable Hyprlock lock screen";
# Future-proof: allow raw config injection
extraConfig = mkOption {
type = types.lines;
default = "";
description = ''
Extra Hyprlock configuration appended to the generated config.
Useful for custom labels, blur tweaks, etc.
'';
};
};
# Future-proof: allow raw config injection
extraConfig = mkOption {
type = types.lines;
default = "";
description = ''
Extra Hyprlock configuration appended to the generated config.
Useful for custom labels, blur tweaks, etc.
'';
};
};
waybar = {
enable = mkOption {