infrastructure/config/profiles/common/packages.nix

12 lines
168 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
smartmontools
hddtemp
lm_sensors
cachix
pinentry-curses
gnupg
];
}