summaryrefslogtreecommitdiff
path: root/config/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.nix')
-rw-r--r--config/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.nix b/config/default.nix
index 496b152..b81ce3b 100644
--- a/config/default.nix
+++ b/config/default.nix
@@ -291,6 +291,11 @@ in {
description = "Path to wallpaper image";
};
+ lockscreen = mkOption {
+ type = types.str;
+ description = "Path to lockscreen image";
+ };
+
avatar = mkOption {
type = types.str;
description = "Path to avatar image";