Dodana Tibia do latitude
This commit is contained in:
parent
8ebcd6bc54
commit
83277f07f6
2 changed files with 10 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
./modules/3dmodel.nix
|
./modules/3dmodel.nix
|
||||||
#./modules/network.nix
|
#./modules/network.nix
|
||||||
#./modules/office.nix
|
#./modules/office.nix
|
||||||
|
./modules/tibia.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix-gaming = mk_system "x86_64-linux" "nix-gaming" [
|
nix-gaming = mk_system "x86_64-linux" "nix-gaming" [
|
||||||
|
|
|
||||||
9
modules/tibia.nix
Normal file
9
modules/tibia.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
|
||||||
|
# paczki
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
tibia
|
||||||
|
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue