feat: add zellij again

This commit is contained in:
Leon Schwarzäugl 2025-02-25 14:00:26 +01:00
parent 5b591ba10b
commit f2267de522
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
10 changed files with 564 additions and 658 deletions

View file

@ -0,0 +1,6 @@
{ self, name, writeShellApplication, kitty }:
writeShellApplication {
inherit name;
runtimeInputs = [ kitty ];
text = builtins.readFile "${self}/scripts/${name}.sh";
}