9 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  programs.dconf.enable = true;
 | 
						|
 | 
						|
  services.logind.lidSwitchExternalPower = "ignore";
 | 
						|
 | 
						|
  age.identityPaths = [
 | 
						|
    "/home/opdavies/.ssh/id_rsa"
 | 
						|
  ];
 | 
						|
}
 |