feat: Added hytale
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-25 15:30:45 +05:30
parent ab4c22592a
commit f32d7d3643
6 changed files with 675 additions and 126 deletions

View File

@@ -1,4 +1,10 @@
{cratesNix, ...}: {
{
lib,
device,
cratesNix,
...
}:
lib.mkIf (!device.isServer) {
home.file.".cargo/config.toml".text =
# toml
''