14 lines
		
	
	
	
		
			195 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			195 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{...}: {
 | 
						|
  programs.foot = {
 | 
						|
    enable = true;
 | 
						|
    # catppuccin.enable = true;
 | 
						|
    settings = {
 | 
						|
      main = {
 | 
						|
      };
 | 
						|
 | 
						|
      mouse = {
 | 
						|
        hide-when-typing = "yes";
 | 
						|
      };
 | 
						|
    };
 | 
						|
  };
 | 
						|
}
 |