chore: update flake

This commit is contained in:
Leon Schwarzäugl 2024-12-31 13:36:00 +01:00
parent 7636ee17e0
commit 442b7b2e0e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
11 changed files with 142 additions and 136 deletions

View file

@ -1,6 +1,6 @@
{ self, name, writeShellApplication, kitty, element-desktop-wayland, vesktop, spotify-player, jq }:
{ self, name, writeShellApplication, kitty, element-desktop, vesktop, spotify-player, jq }:
writeShellApplication {
inherit name;
runtimeInputs = [ kitty element-desktop-wayland vesktop spotify-player jq ];
runtimeInputs = [ kitty element-desktop vesktop spotify-player jq ];
text = builtins.readFile "${self}/scripts/${name}.sh";
}