This commit is contained in:
parent
8d08b321b3
commit
546341fbc9
7 changed files with 20 additions and 18 deletions
9
packages/vic.nix
Executable file
9
packages/vic.nix
Executable file
|
@ -0,0 +1,9 @@
|
|||
{ inputs, pkgs }:
|
||||
|
||||
pkgs.writeShellApplication rec {
|
||||
name = "vic";
|
||||
|
||||
runtimeInputs = with pkgs; [ neovim tmux ];
|
||||
|
||||
text = builtins.readFile "${inputs.rwxrob-dot}/scripts/${name}";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue