home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4df7541a52463ed5420602a6e68e1ef4a307ebed
parent 0079eb1754b92bdc0355e4cd0a11298daa1d73ba
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 24 Aug 2018 17:02:25 +0200

Add shikoku (wsl)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Ashikoku.nix | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/shikoku.nix b/shikoku.nix @@ -0,0 +1,10 @@ +{ pkgs, ... }: + +{ + imports = [ + ./base.nix + ./dev.nix + ./fish.nix + ./ssh.nix + ]; +}