home: amneesh: add screen config
Signed-off-by: Amneesh Singh <amneesh@ti.com>
This commit is contained in:
		@@ -18,6 +18,7 @@
 | 
				
			|||||||
    ./nixgl.nix
 | 
					    ./nixgl.nix
 | 
				
			||||||
    # wayland
 | 
					    # wayland
 | 
				
			||||||
    ./hyprlock.nix
 | 
					    ./hyprlock.nix
 | 
				
			||||||
 | 
					    ./screen.nix
 | 
				
			||||||
    ./wayvnc.nix
 | 
					    ./wayvnc.nix
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # From personal
 | 
					    # From personal
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										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
 | 
				
			||||||
 | 
					      '';
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -8,7 +8,7 @@
 | 
				
			|||||||
          font = "Fira Mono:style=Regular:pixelsize=18";
 | 
					          font = "Fira Mono:style=Regular:pixelsize=18";
 | 
				
			||||||
          font-bold = "Fira Mono:style=Bold:pixelsize=18";
 | 
					          font-bold = "Fira Mono:style=Bold:pixelsize=18";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        scrollback.lines = 4000;
 | 
					        scrollback.lines = 10000;
 | 
				
			||||||
        colors = with conf.colors.default; {
 | 
					        colors = with conf.colors.default; {
 | 
				
			||||||
          inherit foreground background;
 | 
					          inherit foreground background;
 | 
				
			||||||
          regular0 = surface1;
 | 
					          regular0 = surface1;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user