File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 804
804
( import ./vidmaker.nix )
805
805
( import ./clipmaker.nix )
806
806
neovim
807
+ ( import ./zed.nix { inherit pkgs ; } )
807
808
] ;
808
809
programs . git = {
809
810
enable = true ;
Original file line number Diff line number Diff line change 16
16
ui_font_size = 18 ;
17
17
buffer_font_size = 18 ;
18
18
soft_wrap = "editor_width" ;
19
- # buffer_font_family = "JetBrains Mono";
20
- # base_keymap = "JetBrains";
21
19
autosave = "off" ;
20
+ theme = "One Dark" ;
22
21
23
22
lsp = {
24
23
nil = {
Original file line number Diff line number Diff line change 27
27
bind . rw = [
28
28
[
29
29
( sloth . mkdir ( sloth . concat' sloth . homeDir "/zed" ) )
30
- sloth . homeDir
30
+ ( sloth . concat' sloth . homeDir "/zed" )
31
31
]
32
32
] ;
33
33
34
34
bind . ro = [
35
+ "/bin/sh"
35
36
"/etc/group"
36
37
"/etc/passwd"
37
38
"/run/current-system/sw/bin/bash"
You can’t perform that action at this time.
0 commit comments