This commit is contained in:
parent
746d95d0f2
commit
7d4949b6f9
6 changed files with 0 additions and 15 deletions
|
|
@ -21,7 +21,6 @@
|
||||||
qrencode
|
qrencode
|
||||||
mounter
|
mounter
|
||||||
move-firefox-screenshots
|
move-firefox-screenshots
|
||||||
set-background
|
|
||||||
tag-release
|
tag-release
|
||||||
time-until
|
time-until
|
||||||
timer
|
timer
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
poweralertd
|
poweralertd
|
||||||
slock
|
slock
|
||||||
xdotool
|
xdotool
|
||||||
xwallpaper
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
systemctl --user import-environment DISPLAY
|
systemctl --user import-environment DISPLAY
|
||||||
poweralertd -s &
|
poweralertd -s &
|
||||||
set-background &
|
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
gammastep &
|
gammastep &
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@ in
|
||||||
mounter = callPackage ./mounter.nix { };
|
mounter = callPackage ./mounter.nix { };
|
||||||
move-firefox-screenshots = callPackage ./move-firefox-screenshots.nix { };
|
move-firefox-screenshots = callPackage ./move-firefox-screenshots.nix { };
|
||||||
passmenu-otp = callPackage ./passmenu-otp.nix { };
|
passmenu-otp = callPackage ./passmenu-otp.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,11 +0,0 @@
|
||||||
{ pkgs, writeShellApplication }:
|
|
||||||
|
|
||||||
writeShellApplication {
|
|
||||||
name = "set-background";
|
|
||||||
|
|
||||||
runtimeInputs = with pkgs; [ xwallpaper ];
|
|
||||||
|
|
||||||
text = ''
|
|
||||||
xwallpaper --zoom "''${XDG_REPOS_DIR}/personal/nix-config/wallpaper/wallpaper.jpg"
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 MiB |
Loading…
Add table
Add a link
Reference in a new issue