nixos/modules/tibia.nix

9 lines
92 B
Nix

{ pkgs, ... }: {
# paczki
environment.systemPackages = with pkgs; [
tibia
];
}