nixos-config/config/programs/misc.nix
2022-04-10 08:36:09 +01:00

5 lines
66 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
ghidra
];
}