mirror of
https://github.com/danth/stylix
synced 2024-11-23 04:33:15 +00:00
8 lines
177 B
Nix
8 lines
177 B
Nix
|
{ pkgs, config, ... }:
|
||
|
|
||
|
{
|
||
|
# Set background image
|
||
|
services.xserver.displayManager.sessionCommands =
|
||
|
"${pkgs.feh}/bin/feh --no-fehbg --bg-scale ${config.stylix.image}";
|
||
|
}
|