summaryrefslogtreecommitdiff
path: root/modules/hosts/T495/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/T495/games.nix')
-rw-r--r--modules/hosts/T495/games.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/hosts/T495/games.nix b/modules/hosts/T495/games.nix
new file mode 100644
index 0000000..f596fa8
--- /dev/null
+++ b/modules/hosts/T495/games.nix
@@ -0,0 +1,6 @@
+{ pkgs, ... }: {
+ nixpkgs.config.allowUnfree = true;
+ environment.systemPackages = with pkgs; [
+ vintagestory
+ ];
+}