nix-config/modules/science.nix

10 lines
115 B
Nix
Raw Permalink Normal View History

2025-01-26 14:16:47 +01:00
{ pkgs, ... }:
2024-12-31 13:52:57 +00:00
{
environment.systemPackages = with pkgs; [
gnuplot
zotero
paraview
2025-02-01 19:13:41 +01:00
numbat
2024-12-31 13:52:57 +00:00
];
}