hotfix
This commit is contained in:
parent
08cabc39de
commit
b2a80a9f96
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
wanikani-current-reviews-script = builtins.path { path = ./scripts/wanikani-current-reviews.sh; };
|
||||
wanikani-level-script = builtins.path { path = ./scripts/wanikani-level.sh; };
|
||||
wanikani-progression-script = builtins.path { path = ./scripts/wanikani-progression.sh; };
|
||||
wanikani-current-reviews-script = builtins.path { path = ./wanikani-current-reviews.sh; };
|
||||
wanikani-level-script = builtins.path { path = ./wanikani-level.sh; };
|
||||
wanikani-progression-script = builtins.path { path = ./wanikani-progression.sh; };
|
||||
tmux-dracula = pkgs.tmuxPlugins.mkTmuxPlugin rec {
|
||||
pluginName = "dracula";
|
||||
version = "3.0.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue