2026-02-24 17:18:12 +01:00

9 lines
112 B
Nix

{ pkgs, ...}:
{
# Mod managers
environment.systemPackages = with pkgs; [
satisfactorymodmanager
];
}