This commit is contained in:
parent
7780eca7a9
commit
5341b761ad
15 changed files with 29 additions and 38 deletions
|
@ -1,11 +0,0 @@
|
|||
{ pkgs, writeShellApplication }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "setbg";
|
||||
|
||||
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