summaryrefslogtreecommitdiff
path: root/modules/home/dev.nix
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 /modules/home/dev.nix
parent8ef9e530eff52c751389162972f28ef6a558b2b9 (diff)
Move nixfmt to dev module and add hexyl to christian.nix
Diffstat (limited to 'modules/home/dev.nix')
-rw-r--r--modules/home/dev.nix1
1 files changed, 1 insertions, 0 deletions
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;