From a21da10b1650d22cb546e286b14a921b6bce0846 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 6 Jan 2022 14:07:34 -0800 Subject: 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 --- users/wpcarro/common.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'users/wpcarro/common.nix') diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix index ca72f649cd..1ccc098c78 100644 --- a/users/wpcarro/common.nix +++ b/users/wpcarro/common.nix @@ -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 ]; } -- cgit 1.4.1