home: amneesh: add screen config
Signed-off-by: Amneesh Singh <amneesh@ti.com>
This commit is contained in:
		
							
								
								
									
										12
									
								
								home/amneesh/screen.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								home/amneesh/screen.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
{ pkgs, ... }:
 | 
			
		||||
{
 | 
			
		||||
  home = {
 | 
			
		||||
    packages = [ pkgs.screen ];
 | 
			
		||||
 | 
			
		||||
    file = {
 | 
			
		||||
      ".screenrc".text = ''
 | 
			
		||||
        defscrollback 10000
 | 
			
		||||
      '';
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user