formattting

This commit is contained in:
Gabe Venberg 2024-03-25 00:11:55 -05:00
parent 90409b441f
commit 20387cd34a
4 changed files with 31 additions and 27 deletions

View file

@ -5,11 +5,11 @@
...
}: {
programs.kitty = {
enable=true;
font={
package=pkgs.fira-code-nerdfont;
name="Fira Code";
enable = true;
font = {
package = pkgs.fira-code-nerdfont;
name = "Fira Code";
};
theme="Gruvbox Dark";
theme = "Gruvbox Dark";
};
}

View file

@ -28,7 +28,7 @@
BreakBeforeBinaryOperators: NonAssignment
...
'';
"work/.clang-format" = lib.mkIf config.host.git.workProfile.enable{
"work/.clang-format" = lib.mkIf config.host.git.workProfile.enable {
text = ''
---
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.