formatting
This commit is contained in:
parent
c6927a28e2
commit
341f24f211
6 changed files with 10 additions and 9 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
{config, pkgs, ...}: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./tmux
|
./tmux
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
{
|
{pkgs, ...}: let
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
wanikani-current-reviews-script = builtins.path {path = ./wanikani-current-reviews.sh;};
|
wanikani-current-reviews-script = builtins.path {path = ./wanikani-current-reviews.sh;};
|
||||||
wanikani-level-script = builtins.path {path = ./wanikani-level.sh;};
|
wanikani-level-script = builtins.path {path = ./wanikani-level.sh;};
|
||||||
wanikani-progression-script = builtins.path {path = ./wanikani-progression.sh;};
|
wanikani-progression-script = builtins.path {path = ./wanikani-progression.sh;};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue