diff options
Diffstat (limited to 'hosts/tomato/packages.nix')
-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" ]; } |