🖼️ Changed wallpaper, added usericon, readded profile image on

lockscreen
This commit is contained in:
2025-01-09 21:49:54 +01:00
parent 914c25808f
commit e80f492b4e
7 changed files with 50 additions and 34 deletions

View File

@ -5,7 +5,7 @@ let
if current == from then to else current;
toSingleLine =
with lib.strings;
s: concatMapStrings (stringAsChars (replace "\n" "")) (splitString "n" s);
s: concatMapStrings (stringAsChars (replace "\n" "")) (splitString "\n" s);
theme = import ../theme.nix;
in
{