about summary refs log tree commit diff
path: root/users/grfn/system/home/modules/twitter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/modules/twitter.nix')
-rw-r--r--users/grfn/system/home/modules/twitter.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/twitter.nix b/users/grfn/system/home/modules/twitter.nix
index 3cb2e90adc34..ab5647e418aa 100644
--- a/users/grfn/system/home/modules/twitter.nix
+++ b/users/grfn/system/home/modules/twitter.nix
@@ -1,6 +1,10 @@
 { pkgs, lib, ... }:
 
 {
+  imports = [
+    ./lib/zshFunctions.nix
+  ];
+
   home.packages = with pkgs; [
     t
   ];