diff --git a/home/crow/Michishirube.nix b/home/crow/Michishirube.nix new file mode 100644 index 0000000..e8f3432 --- /dev/null +++ b/home/crow/Michishirube.nix @@ -0,0 +1,5 @@ +{lib, ...}: { + imports = [ + common/core + ]; +}