use cerulean's v0.2.4-alpha snow.flake standard

This commit is contained in:
do butterflies cry? 2026-03-07 16:45:42 +10:00
parent e0e7c820ea
commit 3f1132b770
Signed by: cry
GPG key ID: F68745A836CA0412
3 changed files with 356 additions and 71 deletions

View file

@ -1,6 +1,6 @@
# add sddm profile pic
systemd.tmpfiles.rules = let
imagePath = root + "/homes/aurora/profile.png";
imagePath = /${root}/homes/aurora/profile.png;
in
lib.mkIf (builtins.pathExists imagePath) [
"L /var/lib/AccountsService/icons/${config.home.username} - - - - ${imagePath}"