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