nixos-config/programs/desktop/games/default.nix

7 lines
92 B
Nix

{ pkgs, ... }:
{
imports = [
./ff14
];
home.packages = with pkgs; [ factorio ];
}