.dotfiles/pkgs/swarselcheck-niri/default.nix
Leon Schwarzäugl 7abc476d51
Some checks failed
Flake check / Check flake (push) Has been cancelled
feat: niri, new winters ip, mail fixes
2025-08-24 14:56:50 +02:00

6 lines
268 B
Nix

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