formattting
This commit is contained in:
		
							parent
							
								
									90409b441f
								
							
						
					
					
						commit
						20387cd34a
					
				
					 4 changed files with 31 additions and 27 deletions
				
			
		| 
						 | 
				
			
			@ -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";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue