diff options
| author | Christian <[email protected]> | 2026-01-30 20:21:44 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-30 20:21:44 -0600 |
| commit | 044fd48515ecabfd4a201910797ba55cf69a00d3 (patch) | |
| tree | 0412d4ee8ce973173479cdb928703d6116232141 /modules | |
| parent | 0dee3eca0c1b94fc8af2e6a01c41a9258169bd7b (diff) | |
Minor cleanup and nixfmt
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/christian.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 = { |
