feat(nixos): add terraria and gamemode services and update configurations

This commit is contained in:
uttarayan21
2025-11-02 22:14:34 +05:30
parent bf5077a437
commit 0f77e228b0
15 changed files with 143 additions and 52 deletions

View File

@@ -199,12 +199,12 @@
ik_llama = {
url = "github:ikawrakow/ik_llama.cpp?submodules=1";
# submodules = true;
flake = false;
inputs.nixpkgs.follows = "nixpkgs";
};
llama-cpp = {
# url = "https://github.com/ggml-org/llama.cpp";
url = "github:ggml-org/llama.cpp/b6178?submodules=1";
flake = false;
inputs.nixpkgs.follows = "nixpkgs";
};
immich = {
url = "github:immich-app/immich/v1.142.0";