{ pkgs, ... }: { # imports = [ ./vscode-fhs.nix ]; home.packages = with pkgs; [ zed-editor vscode ]; }