7 lines
100 B
Nix
7 lines
100 B
Nix
{ unstable, ... }:
|
|
{
|
|
programs.vscode = {
|
|
enable = true;
|
|
package = unstable.vscode;
|
|
};
|
|
}
|