Files
infrastructure/nix/home-manager/server.home.nix
2025-10-13 14:11:34 -06:00

8 lines
111 B
Nix

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