mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: debug nix-updates waybar indicator
This commit is contained in:
parent
560bc48259
commit
d96c4de8dd
4 changed files with 8 additions and 24 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ writeShellApplication, sway }:
|
||||
{ writeShellApplication, nvd }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "update-checker";
|
||||
runtimeInputs = [ nvd ];
|
||||
text = builtins.readFile ../../scripts/update-checker.sh;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue