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
+2 -2
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;