summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-30 20:21:44 -0600
committerChristian <[email protected]>2026-01-30 20:21:44 -0600
commit044fd48515ecabfd4a201910797ba55cf69a00d3 (patch)
tree0412d4ee8ce973173479cdb928703d6116232141 /modules/home
parent0dee3eca0c1b94fc8af2e6a01c41a9258169bd7b (diff)
Minor cleanup and nixfmt
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/christian.nix3
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 = {