oscar: Switch factorio -> factorio-space-age

For a new version that hasn't hit `nixpkgs-unstable` yet, use this
instead of the second change below:

    # (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/<commit hash>.tar.gz") {
    #   config.allowUnfree = true;
    # }).factorio-space-age
This commit is contained in:
Chandler Swift 2024-11-30 21:35:00 -06:00
parent fb48169985
commit c10a3036c8
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -124,8 +124,8 @@
home-manager.users.chandler = { pkgs, ... }: {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"factorio-alpha"
"discord"
"factorio-space-age"
];
home.packages = with pkgs; [
@ -164,7 +164,7 @@
# Unfree:
discord
factorio
factorio-space-age
];
programs.thunderbird.enable = true;