Added packages to correct [meta]+Q functionality
This commit is contained in:
parent
a25be53a51
commit
db9c97601f
|
@ -42,21 +42,24 @@
|
||||||
|
|
||||||
# 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
|
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
|
||||||
libnotify # Notification client for my Xmonad setup
|
haskellPackages.xmonad # Required for user rebuild with (ie: [alt]+Q)
|
||||||
lxqt.lxqt-notificationd # The notify daemon itself
|
haskellPackages.xmonad-extras # Required for user rebuild with (ie: [alt]+Q)
|
||||||
mpc_cli # CLI for MPD, called from xmonad
|
haskellPackages.xmonad-contrib # Required for user rebuild with (ie: [alt]+Q)
|
||||||
scrot # CLI screen capture utility
|
libnotify # Notification client for my Xmonad setup
|
||||||
trayer # A system tray for use with xmonad
|
lxqt.lxqt-notificationd # The notify daemon itself
|
||||||
xbrightness # X11 brigthness and gamma software control
|
mpc_cli # CLI for MPD, called from xmonad
|
||||||
xflux # Adjusts your screen to emit warmer light at night
|
scrot # CLI screen capture utility
|
||||||
xcompmgr # X composting manager
|
trayer # A system tray for use with xmonad
|
||||||
xorg.xrandr # CLI to X11 RandR extension
|
xbrightness # X11 brigthness and gamma software control
|
||||||
xscreensaver # My preferred screensaver
|
xflux # Adjusts your screen to emit warmer light at night
|
||||||
xsettingsd # A lightweight desktop settings server
|
xcompmgr # X composting manager
|
||||||
|
xorg.xrandr # CLI to X11 RandR extension
|
||||||
|
xscreensaver # My preferred screensaver
|
||||||
|
xsettingsd # A lightweight desktop settings server
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue