Files
nixos/home-modules/vscode.nix
T
2025-05-03 23:42:03 -07:00

6 lines
74 B
Nix

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