diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-22 00:45:57 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-22 00:45:57 -0400 |
commit | 7be54318f8af0a86f3cafb9307468ec828d3e215 (patch) | |
tree | e9575012f601d5831c2d2f83ce71cd073cbe6276 /config/default.nix | |
parent | add apple fonts (diff) | |
download | dotfiles-nix-7be54318f8af0a86f3cafb9307468ec828d3e215.tar.gz dotfiles-nix-7be54318f8af0a86f3cafb9307468ec828d3e215.tar.bz2 dotfiles-nix-7be54318f8af0a86f3cafb9307468ec828d3e215.zip |
rework lockscreen
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"; |