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