diff options
| author | Mel <mel@rnrd.eu> | 2025-08-18 19:56:41 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-08-18 19:56:41 +0200 |
| commit | 676d9a42241994db920af50e3ab859280bca0012 (patch) | |
| tree | 09ddb58bfdbbce334a2f865eca6bffce521a7104 /modules/home | |
| parent | cbc83c693c46cd53265fb93d2fa30f2b1b01f891 (diff) | |
| download | minerals-676d9a42241994db920af50e3ab859280bca0012.tar.zst minerals-676d9a42241994db920af50e3ab859280bca0012.zip | |
Switch zed-editor to unstable for bugfixes
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/zed.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/home/zed.nix b/modules/home/zed.nix index 332b70f..e6e6182 100644 --- a/modules/home/zed.nix +++ b/modules/home/zed.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: +{ pkgs, unstablePkgs, lib, ... }: let inherit (pkgs) @@ -18,6 +18,8 @@ in { programs.zed-editor = { enable = true; + package = unstablePkgs.zed-editor; + extensions = [ "nix" "elixir" |
