nixpkgs-suyu/nixos/modules/services/x11
aszlig 7447bdc523
nixos/plasma5: Fix eval of colord-kde/wacomtablet
Regression introduced by 053b05d14d.

The commit in question essentially removed the "with pkgs;" from the
scope around the various packages added to environment.systemPackages.

Since services.colord.enable and services.xserver.wacom.enable are false
by default, the change above didn't directly result in an evaluation
error.

Tested evaluation before and after this change via:

  for cfg in hardware.bluetooth.enable \
             networking.networkmanager.enable \
             hardware.pulseaudio.enable \
             powerManagement.enable \
             services.colord.enable \
             services.samba.enable \
             services.xserver.wacom.enable; do
    nix-instantiate --eval nixos --arg configuration '{
      services.xserver.desktopManager.plasma5.enable = true;
      '"$cfg"' = true;
    }' -A config.environment.systemPackages > /dev/null
  done

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
2020-09-15 01:19:15 +02:00
..
desktop-managers nixos/plasma5: Fix eval of colord-kde/wacomtablet 2020-09-15 01:19:15 +02:00
display-managers nixos/gdm: fix option descriptions 2020-09-11 14:14:41 -04:00
hardware Revert "libinput: ensure that we only apply touchpad options to touchpads" 2020-06-20 20:46:17 -04:00
window-managers nixos/xmonad: allow passing compile time options to ghc invocation 2020-09-07 20:16:25 +02:00
clight.nix
colord.nix nixos/systemd: Implement a packages option for tmpfiles 2020-07-18 00:03:47 +02:00
extra-layouts.nix treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
fractalart.nix
gdk-pixbuf.nix nixos/gdk-pixbuf.nix: don’t set GDK_PIXBUF_MODULE_FILE in cross 2020-05-07 14:39:42 -05:00
imwheel.nix nixos/services.imwheel: sleep 3s before restarting 2020-08-22 14:52:18 +02:00
picom.nix nixos/picom: cleanup 2020-05-04 08:58:09 +02:00
redshift.nix
terminal-server.nix
unclutter-xfixes.nix
unclutter.nix nixos/unclutter: fix remaining typo 2020-02-14 01:28:03 +01:00
urserver.nix nixos/urserver: init 2020-08-09 12:33:37 -07:00
urxvtd.nix nixos/urxvtd: use new package name for rxvt-unicode 2020-02-13 09:33:58 +01:00
xautolock.nix nixos/xautolock: always run systemctl of the currently running systemd 2020-05-21 10:33:37 +02:00
xbanish.nix
xfs.conf
xfs.nix
xserver.nix services.x11.videoDrivers: Don't include vmware driver by default 2020-06-11 18:49:29 +02:00