diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-21 19:28:03 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-21 19:28:03 -0500 |
commit | 90c52e62495ec4e7c9fa1d4ab59471d7bf6620be (patch) | |
tree | 2a890cbc2e3f582be9df8b0fd1090597c245ee25 /hosts | |
parent | 01070045d9a2b68ef57bef4de8f06ff796f4af82 (diff) | |
download | nixos-config-90c52e62495ec4e7c9fa1d4ab59471d7bf6620be.tar.gz nixos-config-90c52e62495ec4e7c9fa1d4ab59471d7bf6620be.zip |
hosts/tomato: Install Ship of Harkinian {,2}
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tomato/packages.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index 37dd00a..370a200 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -51,5 +51,12 @@ in taisei xonotic-glx blender-bin.blender_3_6 + shipwright + _2ship2harkinian + ]; + + this.unfree.allowed = [ + "shipwright" + "2ship2harkinian" ]; } |