mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
8 lines
129 B
Nix
8 lines
129 B
Nix
# Common to Linux & darwin
|
|
{
|
|
imports = [
|
|
./shared/nix.nix
|
|
./shared/primary-as-admin.nix
|
|
./shared/caches.nix
|
|
];
|
|
}
|