From 7be54318f8af0a86f3cafb9307468ec828d3e215 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 22 Jun 2025 00:45:57 -0400 Subject: rework lockscreen --- config/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') 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"; -- cgit v1.2.3-freya