Factorio + some refactoring

This commit is contained in:
Lauren Lagarde 2025-03-11 22:35:25 -05:00
parent 70e37a959e
commit ae4a5f6886
6 changed files with 12 additions and 14 deletions

View file

@ -1,5 +1,6 @@
{ pkgs, unstable, ... }: {
environment.systemPackages = with unstable; [
{ pkgs, pkgs-unstable, ... }: {
environment.systemPackages = with pkgs-unstable; [
(factorio.override {
username = "";
token = "";