diff options
| author | Grigory Shipunov | 2023-04-29 23:50:51 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-29 23:50:51 +0200 |
| commit | 60d3e011995f874f0bfb06e17824d20323d29ee4 (patch) | |
| tree | e8fa6f49216fef45915da51af8010f122963aaf0 | |
| parent | dc80560082eaed5125d2049a1017be8ff46814c0 (diff) | |
add factorio
| -rw-r--r-- | hosts/toaster/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index b196392..55d9fe8 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -44,6 +44,10 @@ programs.steam.enable = true; + environment.systemPackages = with pkgs; [ + factorio + ]; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave |
