Files
infrastructure/nix/home-manager/server.home.nix
2025-10-17 15:48:08 -06:00

9 lines
124 B
Nix

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