nixos-config/config/programs/misc.nix

8 lines
106 B
Nix
Raw Normal View History

2022-05-11 18:35:11 +00:00
{ pkgs, lib, ... }: {
2022-04-10 07:35:12 +00:00
home.packages = with pkgs; [
ghidra
2022-04-11 13:20:46 +00:00
android-studio
thunderbird
2022-04-10 07:35:12 +00:00
];
}