Desktop usability adjustments #1
							
								
								
									
										8
									
								
								modules/home-manager/dev.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								modules/home-manager/dev.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
{pkgs, ...}: 
 | 
			
		||||
{
 | 
			
		||||
    programs.direnv = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        enableFishIntegration = true; # see note on other shells below
 | 
			
		||||
        nix-direnv.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
@@ -4,6 +4,7 @@ with lib.hm.gvariant;
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../modules/home-manager/browser.nix
 | 
			
		||||
    ../modules/home-manager/code.nix
 | 
			
		||||
    ../modules/home-manager/dev.nix
 | 
			
		||||
    ../modules/home-manager/fish.nix
 | 
			
		||||
    ../modules/home-manager/flatpaks.nix
 | 
			
		||||
    ../modules/home-manager/hypr
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user