parent
adfe90c99b
commit
21bbb4a32e
4 changed files with 4 additions and 4 deletions
|
@ -106,7 +106,7 @@
|
|||
qrencode
|
||||
mounter
|
||||
move-firefox-screenshots
|
||||
setbg
|
||||
set-background
|
||||
tag-release
|
||||
time-until
|
||||
timer
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
systemctl --user import-environment DISPLAY
|
||||
poweralertd -s &
|
||||
setbg &
|
||||
set-background &
|
||||
systemctl --user start dwm-status &
|
||||
|
||||
sxhkd &
|
||||
|
|
|
@ -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 { };
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, writeShellApplication }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "setbg";
|
||||
name = "set-background";
|
||||
|
||||
runtimeInputs = with pkgs; [ xwallpaper ];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue