Rename
All checks were successful
/ check (push) Successful in 1m52s

This commit is contained in:
Oliver Davies 2025-07-11 18:31:19 +01:00
parent adfe90c99b
commit 21bbb4a32e
4 changed files with 4 additions and 4 deletions

View file

@ -106,7 +106,7 @@
qrencode
mounter
move-firefox-screenshots
setbg
set-background
tag-release
time-until
timer

View file

@ -1,6 +1,6 @@
systemctl --user import-environment DISPLAY
poweralertd -s &
setbg &
set-background &
systemctl --user start dwm-status &
sxhkd &

View file

@ -19,7 +19,7 @@ in
move-firefox-screenshots = callPackage ./move-firefox-screenshots.nix { };
notes = callPackage ./notes { };
passmenu-otp = callPackage ./passmenu-otp.nix { };
setbg = callPackage ./setbg.nix { };
set-background = callPackage ./set-background.nix { };
tag-release = callPackage ./tag-release.nix { };
time-until = callPackage ./time-until.nix { };
timer = callPackage ./timer.nix { };

View file

@ -1,7 +1,7 @@
{ pkgs, writeShellApplication }:
writeShellApplication {
name = "setbg";
name = "set-background";
runtimeInputs = with pkgs; [ xwallpaper ];