formatting
This commit is contained in:
parent
c6927a28e2
commit
341f24f211
6 changed files with 10 additions and 9 deletions
|
|
@ -4,4 +4,4 @@
|
||||||
# enableFishIntegration = true; # why add a read-only option?
|
# enableFishIntegration = true; # why add a read-only option?
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,4 +20,4 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
{config, pkgs, ...}: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./tmux
|
./tmux
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,4 @@
|
||||||
nodejs.disabled = true;
|
nodejs.disabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;};
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue