Add freeciv to Exodus

This commit is contained in:
Greg Hellings
2024-10-03 09:27:30 -05:00
parent 29460f45d7
commit 755e5ea4ba
+2
View File
@@ -9,5 +9,7 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
cargo cargo
freeciv
#freeciv_qt
]; ];
} }