From c6a9355e5d199602e52874ce3e340b251018393b Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 4 Feb 2025 17:18:49 +0300 Subject: [PATCH] hotfix --- modules/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home.nix b/modules/home.nix index bc67987..d8125e0 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -6,7 +6,7 @@ }: let wanikani-script = builtins.path { - path = ./wanikani.sh; + path = ./wanikani-tmux.sh; }; tmux-dracula = pkgs.tmuxPlugins.mkTmuxPlugin rec { pluginName = "dracula";