diff options
| author | Christian <[email protected]> | 2026-01-29 10:52:55 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-29 10:56:46 -0600 |
| commit | 33864bef97cb6d0e0efdb858db588e252dfee653 (patch) | |
| tree | 9b36e482b3cffd546e09e4ffc1a3cce6a5137bb8 /modules/home/christian.nix | |
| parent | 9bcc5ed31a94f5ab66fb3400dc39560ee9d29e72 (diff) | |
dmenu config
Diffstat (limited to 'modules/home/christian.nix')
| -rw-r--r-- | modules/home/christian.nix | 6 |
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; |
