aboutsummaryrefslogtreecommitdiff
path: root/users/tdback/modules/shell
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2024-12-24 17:06:05 -0500
committertdback <tyler@tdback.net>2024-12-24 17:06:05 -0500
commit14d926a20dba17466355f2084fc264f746389fe9 (patch)
treefdc7ff02262566e79b3f1335b50dc7ad1d2e40db /users/tdback/modules/shell
parent59a1630295f209f5e09b9dca49363e6556764887 (diff)
ensure all home-manager modules are using the latest package version
Diffstat (limited to 'users/tdback/modules/shell')
-rw-r--r--users/tdback/modules/shell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tdback/modules/shell/default.nix b/users/tdback/modules/shell/default.nix
index be63547..1150cf3 100644
--- a/users/tdback/modules/shell/default.nix
+++ b/users/tdback/modules/shell/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ ... }:
{
programs = {
zoxide = {