mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add zellij again
This commit is contained in:
parent
5b591ba10b
commit
f2267de522
10 changed files with 564 additions and 658 deletions
6
pkgs/swarselzellij/default.nix
Normal file
6
pkgs/swarselzellij/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ self, name, writeShellApplication, kitty }:
|
||||
writeShellApplication {
|
||||
inherit name;
|
||||
runtimeInputs = [ kitty ];
|
||||
text = builtins.readFile "${self}/scripts/${name}.sh";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue