formatting
This commit is contained in:
parent
97b1e705b2
commit
2cca8ffeea
4 changed files with 12 additions and 4 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, lib, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, lib, ...}: let
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: 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