Files
nixos/modules-all/automatic/programs.nix
T

25 lines
327 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
killall
nano
pwgen
transcrypt
unzip
wget
];
}