mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
19 lines
183 B
Nix
19 lines
183 B
Nix
{
|
|
imports = [
|
|
./bqn
|
|
./c
|
|
./clojure
|
|
./go
|
|
./haskell
|
|
./java
|
|
./maude
|
|
./minizinc
|
|
./nix
|
|
./python
|
|
./rust
|
|
./scheme
|
|
./tex
|
|
./zig
|
|
];
|
|
}
|