Add module for X background
This commit is contained in:
parent
b2c01ef4f5
commit
d9e9d5fcf0
2 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
./stylix/default.nix
|
||||
|
||||
./modules/console.nix
|
||||
./modules/feh.nix
|
||||
./modules/fish.nix
|
||||
./modules/gtk.nix
|
||||
./modules/kitty.nix
|
||||
|
|
|
|||
7
modules/feh.nix
Normal file
7
modules/feh.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
# Set background image
|
||||
services.xserver.displayManager.sessionCommands =
|
||||
"${pkgs.feh}/bin/feh --no-fehbg --bg-scale ${config.stylix.image}";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue