diff options
| author | Fuwn <[email protected]> | 2024-10-23 03:40:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-23 03:40:38 -0700 |
| commit | acd679c65a0dbd8020dfd7f6e3ea6f1e955fab94 (patch) | |
| tree | ceda1acda86dc4b39e7889fdc4dbde7fe11f29a2 /home/ebisu/kansai/development/languages/default.nix | |
| parent | home: simplify akashi module population (diff) | |
| download | nixos-config-acd679c65a0dbd8020dfd7f6e3ea6f1e955fab94.tar.xz nixos-config-acd679c65a0dbd8020dfd7f6e3ea6f1e955fab94.zip | |
home: move fortune modules up into kansai module
Diffstat (limited to 'home/ebisu/kansai/development/languages/default.nix')
| -rw-r--r-- | home/ebisu/kansai/development/languages/default.nix | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/home/ebisu/kansai/development/languages/default.nix b/home/ebisu/kansai/development/languages/default.nix new file mode 100644 index 0000000..c56d868 --- /dev/null +++ b/home/ebisu/kansai/development/languages/default.nix @@ -0,0 +1,24 @@ +{ + imports = [ + # ./jvm + ./agnostic.nix + # ./assembly.nix + ./crystal.nix + # ./dotnet.nix + ./gleam.nix + ./go.nix + # ./haskell.nix + ./javascript.nix + # ./lisp.nix + # ./nim.nix + # ./ocaml.nix + ./protobuf.nix + ./python.nix + ./rust.nix + # ./shell.nix + ./swift.nix + # ./vlang.nix + ./yaml.nix + ./zig.nix + ]; +} |