10 lines
66 B
Nix
10 lines
66 B
Nix
{pkgs, inputs, ...}:
|
|
{
|
|
|
|
imports = [
|
|
];
|
|
|
|
programs = {
|
|
};
|
|
}
|