home/breakerbox: make zed breaker

This commit is contained in:
2025-08-22 13:33:57 +02:00
parent df56e9bc1c
commit 04dee771e2
2 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
{ lib, pkgs, unstable-pkgs, ... }:
{ config, lib, pkgs, unstable-pkgs, ... }:
let
cfg = config.programs.zed-editor;
in
{
programs.zed-editor = {
enable = true;
@@ -178,6 +181,7 @@
"typst"
];
};
} // (lib.mkIf cfg.enable {
xdg.configFile."zed/themes/monokai.json".source = let
package = pkgs.fetchFromGitHub {
@@ -193,4 +197,4 @@
unset TMUX_PANE
fi
'';
}
})