feat(nix): add direnv support
This commit is contained in:
		
							parent
							
								
									ec52de2dc6
								
							
						
					
					
						commit
						6ec283a1a7
					
				
					 2 changed files with 10 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -22,7 +22,13 @@ in
 | 
			
		|||
      };
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    programs.appimage.binfmt = true;
 | 
			
		||||
    programs = {
 | 
			
		||||
      appimage.binfmt = true;
 | 
			
		||||
      direnv = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        nix-direnv.enable = true;
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
    security.sudo.wheelNeedsPassword = false;
 | 
			
		||||
    security.rtkit.enable = true;
 | 
			
		||||
    services = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue