use cerulean's v0.2.4-alpha snow.flake standard
This commit is contained in:
parent
e0e7c820ea
commit
3f1132b770
3 changed files with 356 additions and 71 deletions
2
patches
2
patches
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue