diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/christian.nix | 2 | ||||
| -rw-r--r-- | modules/home/dev.nix | 1 |
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; |
