mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-16 12:00:13 +00:00
14 lines
220 B
Nix
14 lines
220 B
Nix
{
|
|
imports = [
|
|
../.
|
|
../../languages/c
|
|
../../languages/clojure
|
|
../../languages/nix
|
|
../../languages/python
|
|
../../tools/editor
|
|
../../tools/git
|
|
../../tools/shell
|
|
../../tools/utils
|
|
];
|
|
}
|