Added packages to correct [meta]+Q functionality

This commit is contained in:
Craige McWhirter 2020-03-06 15:04:32 +10:00
parent a25be53a51
commit db9c97601f
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -42,21 +42,24 @@
# Install other packages that I require to be used with xmonad.
environment.systemPackages = with pkgs; [
dmenu # A menu for use with xmonad
feh # A light-weight image viewer to set backgrounds
haskellPackages.libmpd # Shows MPD status in xmobar
haskellPackages.xmobar # A Minimalistic Text Based Status Bar
libnotify # Notification client for my Xmonad setup
lxqt.lxqt-notificationd # The notify daemon itself
mpc_cli # CLI for MPD, called from xmonad
scrot # CLI screen capture utility
trayer # A system tray for use with xmonad
xbrightness # X11 brigthness and gamma software control
xflux # Adjusts your screen to emit warmer light at night
xcompmgr # X composting manager
xorg.xrandr # CLI to X11 RandR extension
xscreensaver # My preferred screensaver
xsettingsd # A lightweight desktop settings server
dmenu # A menu for use with xmonad
feh # A light-weight image viewer to set backgrounds
haskellPackages.libmpd # Shows MPD status in xmobar
haskellPackages.xmobar # A minimalistic text based status bar
haskellPackages.xmonad # Required for user rebuild with (ie: [alt]+Q)
haskellPackages.xmonad-extras # Required for user rebuild with (ie: [alt]+Q)
haskellPackages.xmonad-contrib # Required for user rebuild with (ie: [alt]+Q)
libnotify # Notification client for my Xmonad setup
lxqt.lxqt-notificationd # The notify daemon itself
mpc_cli # CLI for MPD, called from xmonad
scrot # CLI screen capture utility
trayer # A system tray for use with xmonad
xbrightness # X11 brigthness and gamma software control
xflux # Adjusts your screen to emit warmer light at night
xcompmgr # X composting manager
xorg.xrandr # CLI to X11 RandR extension
xscreensaver # My preferred screensaver
xsettingsd # A lightweight desktop settings server
];
}