nixos-config/config/programs/misc.nix

7 lines
106 B
Nix

{ pkgs, lib, ... }: {
home.packages = with pkgs; [
ghidra
android-studio
thunderbird
];
}