diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-03-08 21:18:31 +0000 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-03-08 21:18:31 +0000 |
| commit | 476d3ae96a028731368c673f1715bf6e98c3fc7c (patch) | |
| tree | b00dbb9c00a20334cdaf986394d8c33de79e9eca /hosts/mentat/home.nix | |
| parent | bd6c27a1f1599fc04ff0a60cc8d79568c8dfc88e (diff) | |
Make zed-editor also exclusive to mentat as it doesn't launch on gheshki
Diffstat (limited to 'hosts/mentat/home.nix')
| -rw-r--r-- | hosts/mentat/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mentat/home.nix b/hosts/mentat/home.nix index eb87acb..9b17042 100644 --- a/hosts/mentat/home.nix +++ b/hosts/mentat/home.nix @@ -18,5 +18,6 @@ home.packages = [ pkgs.alacritty pkgs.stats + pkgs.zed-editor ]; } |
