rebuild
This commit is contained in:
9
home/programs/wallpaper/default.nix
Normal file
9
home/programs/wallpaper/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.feh = { enable = true; };
|
||||
|
||||
xsession.initExtra = ''
|
||||
${pkgs.feh}/bin/feh --bg-fill --no-fehbg "/etc/nixos/home/programs/wallpaper/background_temp.jpeg"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user