mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-16 12:00:13 +00:00
9 lines
97 B
Nix
9 lines
97 B
Nix
{
|
|
imports = [
|
|
../.
|
|
../../tools/editor
|
|
../../tools/git
|
|
../../tools/shell
|
|
];
|
|
}
|