summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-24 08:19:29 -0500
committerChristian <[email protected]>2026-05-24 08:19:29 -0500
commitb80ee5e82cee71dd4eb77d6a5f421856304fb34a (patch)
treef473a9e71db2947e3be6dd2a3ddd7f48434dbebc
parent8ef9e530eff52c751389162972f28ef6a558b2b9 (diff)
Move nixfmt to dev module and add hexyl to christian.nix
-rw-r--r--modules/home/christian.nix2
-rw-r--r--modules/home/dev.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix
index 7d436fc..6d09589 100644
--- a/modules/home/christian.nix
+++ b/modules/home/christian.nix
@@ -17,12 +17,12 @@
(dmenu.override {
conf = ./dmenu/config.h;
})
- nixfmt
ripgrep
fd
git
wget
xclip
+ hexyl
];
programs.alacritty = {
diff --git a/modules/home/dev.nix b/modules/home/dev.nix
index 008b02e..f7eb1a9 100644
--- a/modules/home/dev.nix
+++ b/modules/home/dev.nix
@@ -13,6 +13,7 @@
home.packages = with pkgs; [
nil
+ nixfmt
];
programs.claude-code.enable = true;