add cryptsetup to base

This commit is contained in:
Ivan Dimitrov 2023-12-01 14:22:56 +02:00
parent 408fc3679c
commit 1101d2e499

View File

@ -48,39 +48,37 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
#nix
nix-prefetch-github
#
binutils binutils
bun
busybox busybox
file
cmatrix cmatrix
coreutils-full coreutils-full
cryptsetup
dig dig
moreutils
fd fd
file
gcc13
git git
glibc glibc
gcc13
gnumake gnumake
home-manager home-manager
jq jq
openssl
libgccjit libgccjit
mlocate mlocate
moreutils
nix-prefetch-github
nodejs_20
ntfs3g
openssl
pinentry-qt
python311
srm
tealdeer tealdeer
unzip unzip
vim vim
wf-recorder
wget wget
zip zip
pinentry-qt
ntfs3g
wf-recorder
srm
# int
python311
nodejs_20
bun
]; ];
variables = { variables = {
EDITOR = "nvim"; EDITOR = "nvim";