summaryrefslogtreecommitdiff
path: root/modules/home/christian.nix
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-29 10:52:55 -0600
committerChristian <[email protected]>2026-01-29 10:56:46 -0600
commit33864bef97cb6d0e0efdb858db588e252dfee653 (patch)
tree9b36e482b3cffd546e09e4ffc1a3cce6a5137bb8 /modules/home/christian.nix
parent9bcc5ed31a94f5ab66fb3400dc39560ee9d29e72 (diff)
dmenu config
Diffstat (limited to 'modules/home/christian.nix')
-rw-r--r--modules/home/christian.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix
index d3dcb1e..9c35e07 100644
--- a/modules/home/christian.nix
+++ b/modules/home/christian.nix
@@ -4,7 +4,11 @@
home.stateVersion = "25.11";
- home.packages = with pkgs; [ ];
+ home.packages = with pkgs; [
+ (pkgs.dmenu.override {
+ conf = ./dmenu/config.h;
+ })
+ ];
programs.bash.enable = true;