mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 16:36:28 +08:00
8 lines
170 B
Nix
8 lines
170 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./iohk.nix
|
|
# ./reflex.nix -- not working on reflex*
|
|
# ./platonic.nix -- don't need ssh cache
|
|
# ./cm-idris2-pkgs.nix
|
|
];
|
|
}
|