diff options
| author | Fuwn <[email protected]> | 2024-08-31 18:50:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-31 18:50:16 -0700 |
| commit | f714401304dcf77a8fabd60e2693744ed3f3a588 (patch) | |
| tree | e07fef00f77e58ccc8c3bb4eb7b71928edaf29b3 /home/ebisu/fortune/development/languages/default.nix | |
| parent | hi (diff) | |
| download | nixos-config-f714401304dcf77a8fabd60e2693744ed3f3a588.tar.xz nixos-config-f714401304dcf77a8fabd60e2693744ed3f3a588.zip | |
hi
Diffstat (limited to 'home/ebisu/fortune/development/languages/default.nix')
| -rw-r--r-- | home/ebisu/fortune/development/languages/default.nix | 43 |
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 ]; } |