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

7 lines
94 B
Nix

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