mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-18 10:16:54 +00:00
hyprlock: fix description of sourceFirst option
This commit is contained in:
parent
8e166a1263
commit
b4716b8081
1 changed files with 4 additions and 5 deletions
|
@ -92,11 +92,10 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
sourceFirst = lib.mkEnableOption ''
|
||||
putting source entries at the top of the configuration
|
||||
'' // {
|
||||
default = true;
|
||||
};
|
||||
sourceFirst = lib.mkEnableOption
|
||||
"putting source entries at the top of the configuration" // {
|
||||
default = true;
|
||||
};
|
||||
|
||||
importantPrefixes = lib.mkOption {
|
||||
type = with lib.types; listOf str;
|
||||
|
|
Loading…
Add table
Reference in a new issue