diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-21 21:21:19 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-21 21:21:19 -0600 |
commit | d0faef2f53e2e5195b2acc7cc7bba898bd7cd05b (patch) | |
tree | 556f95a3d1cb692fcd868b8364a0d96e3bb9bc22 /modules/hosts/T495/games.nix | |
parent | c32d7c6aa8b3680efe1a7271d2dcd7d3b40f3a7a (diff) | |
download | nixos-d0faef2f53e2e5195b2acc7cc7bba898bd7cd05b.tar.xz nixos-d0faef2f53e2e5195b2acc7cc7bba898bd7cd05b.zip |
update lowbat and pavolctld derivations to use tagged releases and dl tar files instead of using git
Diffstat (limited to 'modules/hosts/T495/games.nix')
-rw-r--r-- | modules/hosts/T495/games.nix | 6 |
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 + ]; +} |