mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: add update-checker [WIP]
This commit is contained in:
parent
bbaee7acd8
commit
2da6d3182d
8 changed files with 141 additions and 24 deletions
|
|
@ -14,4 +14,5 @@ in
|
|||
waybarupdate = callPackage ./waybarupdate { };
|
||||
opacitytoggle = callPackage ./opacitytoggle { };
|
||||
fs-diff = callPackage ./fs-diff { };
|
||||
update-checker = callPackage ./update-checker { };
|
||||
}
|
||||
|
|
|
|||
6
pkgs/update-checker/default.nix
Normal file
6
pkgs/update-checker/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ writeShellApplication, sway }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "update-checker";
|
||||
text = builtins.readFile ../../scripts/update-checker.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue