7 lines
90 B
Nix
7 lines
90 B
Nix
{pkgs-stable, ...}: {
|
|
home.packages = with pkgs-stable; [
|
|
vscode
|
|
flutter
|
|
];
|
|
}
|