Add cryptsetup to devshell
This commit is contained in:
parent
483b440a05
commit
a8ae29fc24
1 changed files with 5 additions and 0 deletions
|
@ -157,6 +157,7 @@
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
firefox.speechSynthesisSupport = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -263,6 +264,10 @@
|
||||||
just
|
just
|
||||||
pciutils
|
pciutils
|
||||||
|
|
||||||
|
(cryptsetup.override {
|
||||||
|
withInternalArgon2 = true;
|
||||||
|
})
|
||||||
|
|
||||||
disko.packages.${system}.disko
|
disko.packages.${system}.disko
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue