mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
13 lines
192 B
Nix
13 lines
192 B
Nix
{
|
|
imports = [
|
|
./base/i18n.nix
|
|
./base/misc.nix
|
|
./base/networking.nix
|
|
./base/remote-building.nix
|
|
./base/user-group.nix
|
|
./base/visualisation.nix
|
|
|
|
../base.nix
|
|
];
|
|
}
|