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