Chore: alejandra
This commit is contained in:
parent
bba1ac685f
commit
5596cdc23a
5 changed files with 30 additions and 40 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue