.dotfiles/pkgs/check/default.nix
2024-07-29 17:01:19 +02:00

7 lines
223 B
Nix

{ writeShellApplication, kitty, element-desktop-wayland, discord, spotify-player, sway, jq }:
writeShellApplication {
name = "swarselcheck";
runtimeInputs = [ jq ];
text = builtins.readFile ../../scripts/check.sh;
}