diff --git a/flake.lock b/flake.lock index 4788870..6ed0ff3 100644 --- a/flake.lock +++ b/flake.lock @@ -10,17 +10,18 @@ "nixpkgs": [ "nixpkgs" ], - "nixpkgs-wine": "nixpkgs-wine", "on-linux": "on-linux", "plugin-loader-src": "plugin-loader-src", - "treefmt-nix": "treefmt-nix" + "treefmt-nix": "treefmt-nix", + "windows-rs": "windows-rs", + "wintypes_shim": "wintypes_shim" }, "locked": { - "lastModified": 1788578018, - "narHash": "sha256-mZxpwb+VMhG2qrASF2NNGQ0fWfGX1N3wOTMUstmEZto=", + "lastModified": 1788905996, + "narHash": "sha256-RbsEiAOXBeB7Xd5gMMN7Y+WyWq1LLpzTUzmfta5RnCA=", "owner": "mrshmllow", "repo": "affinity-nix", - "rev": "9c1eeff413c33631247013a4786a61da9e8bc2e7", + "rev": "d1b1fb2c5089c2828fd4521d60de2960744bf9a1", "type": "github" }, "original": { @@ -158,11 +159,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1788581480, - "narHash": "sha256-SXd7V3KE7DALG3TVUf2oZJGXS9QGBPhkQIKNlbkvOzA=", + "lastModified": 1788926592, + "narHash": "sha256-cHzKQBhQVLPfMCtK+E0EMeQpwW2/XA9l+8H6xXsT+70=", "owner": "rycee", "repo": "nur-expressions", - "rev": "8f383bcc9d61bf3153cb8e6254dda1eb19289b7c", + "rev": "9d230a63e1419b6efd95728f01a6a72e1986a03f", "type": "gitlab" }, "original": { @@ -341,11 +342,11 @@ ] }, "locked": { - "lastModified": 1788487777, - "narHash": "sha256-Ro/e1N4ZR8/XaFF+sF9SgfPK79HM5YNEppzFj8p+0Ak=", + "lastModified": 1788921139, + "narHash": "sha256-2wRuvf9UDw1SYWtBcxNmxLeAtNU1i/hc1c0AKQHdvlM=", "owner": "nix-community", "repo": "home-manager", - "rev": "693e8ce0fb240a73c116a03cfd7b19269c87af88", + "rev": "a2dbe7c2c9333e8234ae8114c7f731784201d108", "type": "github" }, "original": { @@ -414,11 +415,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1788531059, - "narHash": "sha256-hLD4l3QOGBQhkVp3mQ2lJ/YbEi99qUgKapb40KovZ88=", + "lastModified": 1788881743, + "narHash": "sha256-2V9GZGvPfrNzxFozhI9dcqV+c3QdA8YZrvAAzqEB+dI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "801bef6abd86b91e51083066b83fb354a11fc640", + "rev": "d6524aaca2ff07876657ae2b323f24be4874944b", "type": "github" }, "original": { @@ -443,22 +444,6 @@ "type": "github" } }, - "nixpkgs-wine": { - "locked": { - "lastModified": 1735834308, - "narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "6df24922a1400241dae323af55f30e4318a6ca65", - "type": "github" - }, - "original": { - "owner": "nixos", - "repo": "nixpkgs", - "rev": "6df24922a1400241dae323af55f30e4318a6ca65", - "type": "github" - } - }, "noctalia": { "inputs": { "nixpkgs": [ @@ -466,11 +451,11 @@ ] }, "locked": { - "lastModified": 1788578959, - "narHash": "sha256-evdJosqM76WXsnFoEWRB+lvrv194ZAXA9TOCbuBu6DE=", + "lastModified": 1788886125, + "narHash": "sha256-5rgQFUGr8GXYyyuy8ynrN39WfZzSiO/wqGWjELBOkEY=", "owner": "noctalia-dev", "repo": "noctalia-shell", - "rev": "24dfc26d2fd668112f5be5344dc9171bd042fd95", + "rev": "d6607b4eafbb92f6d494ebed3e296d4b741c0b58", "type": "github" }, "original": { @@ -506,11 +491,11 @@ "on-linux": { "flake": false, "locked": { - "lastModified": 1787365621, - "narHash": "sha256-aRS0sZ6p7YJagjFaZFrS1zuvN3PVKNBJOze1Ek/bOi8=", + "lastModified": 1787435510, + "narHash": "sha256-ENn1Xh+JR+6ITt3oe4DC0EiTT2b6PErPQTFPkYQRJBA=", "owner": "seapear", "repo": "AffinityOnLinux", - "rev": "0fe210754999a2ace3039c11fbbd11b45b5ee399", + "rev": "4dd5635eab8502bd4653e2e478478af04ff84449", "type": "github" }, "original": { @@ -719,6 +704,39 @@ "repo": "treefmt-nix", "type": "github" } + }, + "windows-rs": { + "flake": false, + "locked": { + "lastModified": 1771531570, + "narHash": "sha256-UmhpbCd3+0We7JiXFXgcS8jWMnZI2NRqPOs+UOsjrUc=", + "owner": "microsoft", + "repo": "windows-rs", + "rev": "628f84c51645217c7a06a20774ea1275dc7270ca", + "type": "github" + }, + "original": { + "owner": "microsoft", + "repo": "windows-rs", + "rev": "628f84c51645217c7a06a20774ea1275dc7270ca", + "type": "github" + } + }, + "wintypes_shim": { + "flake": false, + "locked": { + "lastModified": 1750396180, + "narHash": "sha256-E3go8SmUkAWrxQnr852WQB0huzdkO7CWiuB8Q2QyMZ4=", + "owner": "ElementalWarrior", + "repo": "wine-wintypes.dll-for-affinity", + "rev": "f8a2d42ba3abc5dcdc584daa6728a2fa019be72e", + "type": "github" + }, + "original": { + "owner": "ElementalWarrior", + "repo": "wine-wintypes.dll-for-affinity", + "type": "github" + } } }, "root": "root", diff --git a/hosts/Garand-Desktop/system-modules.nix b/hosts/Garand-Desktop/system-modules.nix index 1ca592f..063d108 100644 --- a/hosts/Garand-Desktop/system-modules.nix +++ b/hosts/Garand-Desktop/system-modules.nix @@ -77,7 +77,7 @@ _: { Communication & Collaboration */ mattermost.enable = true; # Mattermost: open‑source Slack alternative - slack.enable = false; # Slack: team communication and collaboration tool + slack.enable = true; # Slack: team communication and collaboration tool tutanota.enable = true; # Tutanota: secure email client signal.enable = true; # Signal: secure messaging app teams.enable = true; # Teams-for-linux: Unofficial Microsoft Teams client for Linux diff --git a/modules/core/packages/appimages/helium.nix b/modules/core/packages/appimages/helium.nix index 84d5f27..70628c2 100644 --- a/modules/core/packages/appimages/helium.nix +++ b/modules/core/packages/appimages/helium.nix @@ -4,8 +4,8 @@ fetchurl, }: let pname = "helium"; - version = "0.16.5.1"; - hash = "sha256-N6+wwg46ufsbCqEJv/WpTWDCnI3tnFt58cG6TsGxXew="; + version = "0.16.6.1"; + hash = "sha256-T29e5QpXsFYADvSsNcti2LXqLaCUjB5mLYEnHtpxO/Q="; src = fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage"; diff --git a/modules/home/zed/user-settings/language-models.nix b/modules/home/zed/user-settings/language-models.nix index 6cb4193..19a9466 100644 --- a/modules/home/zed/user-settings/language-models.nix +++ b/modules/home/zed/user-settings/language-models.nix @@ -16,10 +16,10 @@ _: { }; } { - name = "zai-glm-4.7"; - display_name = "Z.ai GLM 4.7"; + name = "qwen-3.8-27b"; + display_name = "Qwen 3.8 27B"; max_tokens = 64000; - max_output_tokens = 40000; + max_output_tokens = 32000; capabilities = { tools = true; images = true; @@ -45,9 +45,9 @@ _: { }; } { - name = "zai-glm-4.7"; - display_name = "Z.ai GLM 4.7"; - max_tokens = 131000; + name = "qwen-3.8-27b"; + display_name = "Qwen 3.8 27B"; + max_tokens = 128000; max_output_tokens = 40000; capabilities = { tools = true;