Misc notes

This commit is contained in:
Geoffrey Frogeye 2023-12-16 23:43:01 +01:00
parent a46e7d7bca
commit 4a1d065554
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 4 additions and 9 deletions

View file

@ -506,7 +506,7 @@ in
(builtins.toString ./scripts)
];
file = {
".face" = {
".face" = { # TODO Doesn't show on NixOS. See https://wiki.archlinux.org/title/LightDM#Changing_your_avatar ?
source = pkgs.runCommand "face.png" { } "${pkgs.inkscape}/bin/inkscape ${./face.svg} -w 1024 -o $out";
};
};