From 1101d2e49940c93c018012712497902bb160fb90 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Fri, 1 Dec 2023 14:22:56 +0200 Subject: [PATCH] add cryptsetup to base --- nixos/laptop/default.nix | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/nixos/laptop/default.nix b/nixos/laptop/default.nix index ec8af13..bf36dcb 100644 --- a/nixos/laptop/default.nix +++ b/nixos/laptop/default.nix @@ -48,39 +48,37 @@ environment = { systemPackages = with pkgs; [ - #nix - nix-prefetch-github - # binutils + bun busybox - file cmatrix coreutils-full + cryptsetup dig - moreutils fd + file + gcc13 git glibc - gcc13 gnumake home-manager jq - openssl libgccjit mlocate + moreutils + nix-prefetch-github + nodejs_20 + ntfs3g + openssl + pinentry-qt + python311 + srm tealdeer unzip vim + wf-recorder wget zip - pinentry-qt - ntfs3g - wf-recorder - srm - # int - python311 - nodejs_20 - bun ]; variables = { EDITOR = "nvim";