mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-21 00:49:52 +01:00
10 lines
122 B
Nix
10 lines
122 B
Nix
{
|
|
...
|
|
}: {
|
|
imports =
|
|
[
|
|
./nixos-test
|
|
../modules/system.nix
|
|
../modules/i3.nix
|
|
];
|
|
} |