mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-12-19 21:58:47 +00:00
9 lines
137 B
Nix
9 lines
137 B
Nix
{ ... }:
|
|
{
|
|
puzzlevision.apps.zed = {
|
|
enable = true;
|
|
enable-nix = true;
|
|
enable-php = true;
|
|
enable-python = true;
|
|
};
|
|
}
|