File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ lib.mkIf config.gensokyo.traits.gui {
1111 pkgs . nerd-fonts . fira-mono
1212
1313 pkgs . cozette
14+ pkgs . cascadia-code
1415 pkgs . noto-fonts
1516 pkgs . noto-fonts-cjk-sans
1617 pkgs . noto-fonts-emoji-blob-bin
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ lib.mkMerge [
1818 enabled = false ;
1919 } ;
2020 features = {
21- inline_completion_provider = "none" ; # no copilot
21+ edit_prediction_provider = "none" ; # no copilot
2222 } ;
2323 telemetry = {
2424 metrics = false ;
@@ -27,7 +27,7 @@ lib.mkMerge [
2727 # display
2828 ui_font_size = 20 ;
2929 buffer_font_size = 16 ;
30- buffer_font_family = "Hurmit Nerd Font " ;
30+ buffer_font_family = "Cascadia Code " ;
3131 preferred_line_length = 120 ;
3232 wrap_guides = [ 120 ] ;
3333 show_whitespaces = "all" ;
You can’t perform that action at this time.
0 commit comments