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