🖼️ Changed wallpaper, added usericon, readded profile image on
lockscreen
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user