home/zed: use bleeding edge package

This commit is contained in:
2025-03-13 14:02:05 +01:00
parent 8bc4caac12
commit e275f2ff72
2 changed files with 9 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
{ pkgs, ... }:
{ pkgs, yet-unstabler-pkgs, ... }:
{
programs.zed-editor = {
enable = true;
package = yet-unstabler-pkgs.zed-editor;
userSettings = {
load_direnv = "shell_hook";
base_keymap = "VSCode";