parent
adfe90c99b
commit
21bbb4a32e
4 changed files with 4 additions and 4 deletions
11
packages/set-background.nix
Normal file
11
packages/set-background.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, writeShellApplication }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "set-background";
|
||||
|
||||
runtimeInputs = with pkgs; [ xwallpaper ];
|
||||
|
||||
text = ''
|
||||
xwallpaper --zoom "''${XDG_REPOS_DIR}/personal/nix-config/wallpaper/wallpaper.jpg"
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue