pass: install import extension
This commit is contained in:
		
							parent
							
								
									43f376d9ac
								
							
						
					
					
						commit
						bd7ae3084a
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,7 +9,12 @@
 | 
			
		|||
  config = {
 | 
			
		||||
    programs.password-store = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      package = pkgs.pass.withExtensions (ex: with ex; [ pass-otp ]);
 | 
			
		||||
      package = pkgs.pass.withExtensions (
 | 
			
		||||
        ex: with ex; [
 | 
			
		||||
          pass-otp
 | 
			
		||||
          pass-import
 | 
			
		||||
        ]
 | 
			
		||||
      );
 | 
			
		||||
    };
 | 
			
		||||
    services = {
 | 
			
		||||
      pass-secret-service.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue