boot: fix vconsole font setup
This commit is contained in:
		
							parent
							
								
									b1f17cf793
								
							
						
					
					
						commit
						b4ff6d21af
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
{ config, pkgs, lib, inputs, ... }: {
 | 
			
		||||
  console = {
 | 
			
		||||
    font = "ter-120n";
 | 
			
		||||
    font = "${pkgs.terminus_font}/share/consolefonts/ter-120n.psf.gz";
 | 
			
		||||
    packages = [ pkgs.terminus_font ];
 | 
			
		||||
    earlySetup = false;
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue