fix: typo

This commit is contained in:
Ryan Yin
2023-07-28 14:28:06 +08:00
parent 78319f4ef6
commit 8b4a0a7055
5 changed files with 28 additions and 25 deletions

View File

@@ -27,7 +27,7 @@
import:
# all alacritty themes can be found at
# https://github.com/alacritty/alacritty-theme
- ~/.config/alacritty/theme_catppuccino.yml
- ~/.config/alacritty/theme_catppuccin.yml
window:
# Background opacity
@@ -96,5 +96,5 @@
''
);
xdg.configFile."alacritty/theme_catppuccino.yml".source = ./theme_catppuccino.yml;
xdg.configFile."alacritty/theme_catppuccin.yml".source = ./theme_catppuccin.yml;
}

View File

@@ -1,4 +1,4 @@
# Catppuccino theme scheme for Alacritty
# Catppuccin theme scheme for Alacritty
colors:
primary:

View File

@@ -1,13 +1,13 @@
{ pkgs, lib, ... }:
{
xdg.configFile."helix/themes/catppuccino_mocha.toml".source = ./theme_catppuccin_mocha.toml;
xdg.configFile."helix/themes/catppuccin_mocha.toml".source = ./theme_catppuccin_mocha.toml;
programs.helix = {
enable = true;
package = pkgs.helix;
settings = {
theme = "catppuccino_mocha";
theme = "catppuccin_mocha";
editor = {
line-number = "relative";
lsp.display-messages = true;

View File

@@ -26,6 +26,7 @@
# Vertical Split Terminal: `<Space> + tv`
# Open IPython REPL: `<Space> + tp`
# Opening LSP symbols: `<Space> + lS`
# Toggle line wrap: `<Space> + uw`
# Show line diagnostics: `gl`
# Go to definition: `gd`
#