mesa 25.0.6 overlay for doom the dark ages

This commit is contained in:
Sascha Koenig
2025-05-17 05:38:13 +02:00
parent cf731e7309
commit 040d03423d
5 changed files with 17 additions and 10 deletions

View File

@ -12,9 +12,7 @@ in {
config = mkIf cfg.enable {
programs.nushell = {
enable = true;
plugins = with pkgs.nushellPlugins; [
skim
];
package = pkgs.pinned.nushell;
envFile.text = ''
$env.config.show_banner = false
$env.NIX_PATH = "nixpkgs=channel:nixos-unstable"

View File

@ -52,11 +52,21 @@ in {
};
};
};
context_servers = {
"some-context-server" = {
command = {
path = "some-command";
args = ["arg-1" "arg-2"];
env = {};
};
settings = {};
};
};
assistant = {
version = "2";
default_model = {
provider = "zed.dev";
model = "claude-3-5-sonnet-latest";
provider = "anthropic";
model = "Claude 3.7 Sonnet";
};
};
language_models = {