diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix index ca72f649c..1ccc098c7 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 ]; }