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

8 lines
92 B
Nix
Raw Normal View History

2024-11-09 14:02:26 +00:00
{ pkgs, ... }:
{
2024-11-08 14:29:30 +00:00
imports = [
./ff14
];
2024-11-09 14:02:26 +00:00
home.packages = with pkgs; [ factorio ];
2024-11-08 14:29:30 +00:00
}