rebuild
This commit is contained in:
BIN
home/programs/wallpaper/background_temp.jpeg
Normal file
BIN
home/programs/wallpaper/background_temp.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 MiB |
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