summaryrefslogtreecommitdiff
path: root/profiles/core
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/core')
-rw-r--r--profiles/core/configuration.nix1
-rw-r--r--profiles/core/git.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/profiles/core/configuration.nix b/profiles/core/configuration.nix
index 4694974..c79d6d9 100644
--- a/profiles/core/configuration.nix
+++ b/profiles/core/configuration.nix
@@ -53,6 +53,7 @@
inetutils
usbutils
zoxide
+ binwalk
];
nix.package = pkgs.nixUnstable;
diff --git a/profiles/core/git.nix b/profiles/core/git.nix
index 31136ee..70b4648 100644
--- a/profiles/core/git.nix
+++ b/profiles/core/git.nix
@@ -1,4 +1,4 @@
-{config, lib, ...}: with lib; {
+{lib, ...}: with lib; {
hm = {
programs.git = {
enable = true;