Skip to content

Commit

Permalink
Update regreet: Use generated wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
LovingMelody committed Oct 6, 2024
1 parent 206ba7b commit 2e93e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/regreet/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(config.stylix.enable && config.stylix.targets.regreet.enable && pkgs.stdenv.hostPlatform.isLinux)
{
programs.regreet = {
settings.background.path = config.stylix.image;
settings.background.path = config.stylix.generated.image;
font = {
inherit (config.stylix.fonts.sansSerif) name package;
};
Expand Down

0 comments on commit 2e93e9b

Please sign in to comment.