From 044fd48515ecabfd4a201910797ba55cf69a00d3 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 30 Jan 2026 20:21:44 -0600 Subject: Minor cleanup and nixfmt --- modules/home/christian.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/home') diff --git a/modules/home/christian.nix b/modules/home/christian.nix index fbfa284..8c32edc 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -5,9 +5,10 @@ home.stateVersion = "25.11"; home.packages = with pkgs; [ - (pkgs.dmenu.override { + (dmenu.override { conf = ./dmenu/config.h; }) + nixfmt ]; programs.alacritty = { -- cgit v1.2.3