2024-08-28 23:57:36 +02:00

7 lines
90 B
Nix

{pkgs-stable, ...}: {
home.packages = with pkgs-stable; [
vscode
flutter
];
}