Files
infrastructure/nix/home-manager/server.home.nix
2025-09-30 22:05:09 -06:00

6 lines
77 B
Nix

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