summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/development/languages/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/fortune/development/languages/default.nix')
-rw-r--r--home/ebisu/fortune/development/languages/default.nix43
1 files changed, 21 insertions, 22 deletions
diff --git a/home/ebisu/fortune/development/languages/default.nix b/home/ebisu/fortune/development/languages/default.nix
index 05cfd95..963880e 100644
--- a/home/ebisu/fortune/development/languages/default.nix
+++ b/home/ebisu/fortune/development/languages/default.nix
@@ -1,25 +1,24 @@
-_: {
+{
imports = [
- ./agnostic
- # ./assembly
- ./cobol
- ./crystal
- # ./csharp
- ./gleam
- ./go
- # ./hare
- ./haskell
- ./javascript
- ./jvm
- ./nim
- ./other
- ./protobuf
- ./python
- ./rust
- # ./shell
- ./tex
- # ./vlang
- ./yaml
- ./zig
+ ./agnostic.nix
+ # ./assembly.nix
+ # ./cobol.nix
+ # ./crystal.nix
+ ./dotnet.nix
+ ./gleam.nix
+ ./go.nix
+ # ./hare.nix
+ ./haskell.nix
+ ./javascript.nix
+ # ./jvm.nix
+ # ./nim.nix
+ ./protobuf.nix
+ ./python.nix
+ ./rust.nix
+ # ./shell.nix
+ ./tex.nix
+ # ./vlang.nix
+ ./yaml.nix
+ ./zig.nix
];
}