1
Fork 0
satellite/home/features/xorg/feh.nix

6 lines
121 B
Nix
Raw Permalink Normal View History

2023-03-12 05:24:25 +01:00
{ config, pkgs, ... }:
{
xsession.initExtra =
"${pkgs.feh}/bin/feh --no-fehbg --bg-fill ${config.stylix.image}";
}