mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
accounts/contact: add sensible defaults to the localModule (#6799)
This adds defaults to the `localModule` that match the ones in accounts/calendar. This way there is no need to explicitly define the local part, only if the defaults should be changed.
This commit is contained in:
@@ -21,12 +21,13 @@ let
|
||||
"filesystem"
|
||||
"singlefile"
|
||||
];
|
||||
default = "filesystem";
|
||||
description = "The type of the storage.";
|
||||
};
|
||||
|
||||
fileExt = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
default = ".vcf";
|
||||
description = "The file extension to use.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user