feat(wpcarro/clitools): Add simple_vim to my clitools

I'm considering `alias vim=simple_vim`, but I'm not sure yet.

Change-Id: Ia6d625d4925939f4e5c6088a8b4067870c1a2522
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4819
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-01-06 14:07:34 -08:00 committed by wpcarro
parent afa1f2c18b
commit a21da10b16

View file

@ -1,6 +1,8 @@
{ pkgs, ... }:
{ depot, pkgs, ... }:
{
let
inherit (depot.users) wpcarro;
in {
programs = {
fish.enable = true;
@ -54,6 +56,7 @@
tree
vim
whois
wpcarro.tools.simple_vim
xclip
];
}