moved images to their own package

This commit is contained in:
Gerg-L 2023-05-21 17:38:24 -04:00
parent a30da40b06
commit 3a1f1245e8
6 changed files with 24 additions and 3 deletions

View file

@ -19,7 +19,7 @@ in {
enable = true;
displayManager = {
sessionCommands = ''
${pkgs.feh}/bin/feh --bg-center ${self + /misc/recursion.png}
${pkgs.feh}/bin/feh --bg-center ${self.packages.${pkgs.system}.images + /recursion.png}
${pkgs.numlockx}/bin/numlockx
${pkgs.picom}/bin/picom &
'';