parent
1a78278b0b
commit
e27c3d69a7
1 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
|
@ -9,7 +11,14 @@
|
|||
|
||||
cli = {
|
||||
docker.enable = true;
|
||||
password-store.enable = true;
|
||||
|
||||
password-store = {
|
||||
enable = true;
|
||||
|
||||
extensions = with pkgs.passExtensions; [
|
||||
pass-otp
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
wsl = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue