Deprecated dmenu in favour of Xmonad.Prompt

This commit is contained in:
Craige McWhirter 2020-04-29 01:04:45 +10:00
parent e070628ceb
commit 92754bfb59
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -46,7 +46,6 @@
# Install other packages that I require to be used with xmonad. # Install other packages that I require to be used with xmonad.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
dmenu # A menu for use with xmonad
feh # A light-weight image viewer to set backgrounds feh # A light-weight image viewer to set backgrounds
haskellPackages.libmpd # Shows MPD status in xmobar haskellPackages.libmpd # Shows MPD status in xmobar
haskellPackages.xmobar # A minimalistic text based status bar haskellPackages.xmobar # A minimalistic text based status bar