mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 17:27:22 +08:00
7 lines
97 B
Nix
7 lines
97 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./iohk.nix
|
|
./platonic.nix
|
|
./cm-idris2-pkgs.nix
|
|
];
|
|
}
|