diff options
Diffstat (limited to 'config/default.nix')
-rw-r--r-- | config/default.nix | 5 |
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"; |