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:
parent
afa1f2c18b
commit
a21da10b16
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue