Files
nixos/modules-all/automatic/programs.nix
T
greg-compass 92cdb0fc05 Mac updates galore
Patch up my new structure to support Macs as well
Add Firefox for Mac overlay
Combine Python version definitions
Toy around with Vim settings
2022-11-01 09:15:43 -05:00

24 lines
317 B
Nix

{ pkgs, ... }:
{
# Base packages that need to be in all my hosts
environment.systemPackages = with pkgs; [
agenix
android-file-transfer
bitwarden-cli
diffutils
git
gnupatch
gregpy
findutils
hms # My own home manager switcher
home-manager
htop
nano
pwgen
transcrypt
unzip
wget
];
}