2024-08-29 18:15:33 +02:00

7 lines
76 B
Nix

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