mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 16:36:28 +08:00
6 lines
72 B
Nix
6 lines
72 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./iohk.nix
|
|
./platonic.nix
|
|
];
|
|
}
|