stylix/modules/feh.nix

8 lines
177 B
Nix
Raw Normal View History

2020-12-21 14:12:04 +00:00
{ pkgs, config, ... }:
{
# Set background image
services.xserver.displayManager.sessionCommands =
"${pkgs.feh}/bin/feh --no-fehbg --bg-scale ${config.stylix.image}";
}