From 22b6f7c9feea7aea3d590b8cd217cd3455eb1ad8 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Fri, 29 May 2020 22:22:14 +0100 Subject: add dmenu to my dwm config --- nixos/modules/programs/dwm.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/programs/dwm.nix b/nixos/modules/programs/dwm.nix index c158a5e..5f6b5e0 100644 --- a/nixos/modules/programs/dwm.nix +++ b/nixos/modules/programs/dwm.nix @@ -10,7 +10,10 @@ in { }; config = mkIf cfg.enable { - environment.systemPackages = [ pkgs.eth.dwm ]; + environment.systemPackages = with pkgs; [ + dmenu + eth.dwm + ]; services.xserver.windowManager.session = singleton { name = "dwm"; start = '' -- cgit v1.2.3