nix-config/home/common/desktop/vscode.nix
2024-08-13 20:13:30 +02:00

5 lines
66 B
Nix

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