Skip to content

Commit 38bf966

Browse files
committed
Update tools and Zed settings
1 parent 39f954e commit 38bf966

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

modules/profiles/home/tools/common.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
comma
44
curl
55
curlie
6-
dogdns
6+
doggo
77
fd
88
gnused
9-
graphite-cli
109
htop
1110
httpie
1211
jq
@@ -16,6 +15,7 @@
1615
nixd
1716
nix-index
1817
nix-output-monitor
18+
pgcli
1919
ripgrep
2020
tldr
2121
];

modules/profiles/home/zed-editor.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{ pkgs, lib, ... }: {
22
programs.zed-editor = {
33
enable = true;
4-
extensions = [ "nix" "nord" ];
4+
extensions =
5+
[ "haskell" "html" "just" "log" "nix" "nord" "sql" "starlark" ];
56
userSettings = {
67
# Keymaps
78
base_keymap = "Atom";
@@ -26,6 +27,9 @@
2627
# Git
2728
git.inline_blame.enabled = false;
2829

30+
# File associations
31+
file_types = { "Haskell" = [ "ghci" ]; };
32+
2933
# Language-specific
3034
languages = {
3135
Nix = {

users/et/profiles/zed-editor.nix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)