diff --git a/system/system.nix b/system/system.nix index 5d9b3d772dc..d8c27dd4514 100644 --- a/system/system.nix +++ b/system/system.nix @@ -130,7 +130,7 @@ rec { ''; suffix = "/bin/splash_helper"; symlink = "/${kernelPackages.splashutils.helperName}"; - } + } # */ { object = import ../helpers/unpack-theme.nix { inherit (pkgs) stdenv; theme = config.services.ttyBackgrounds.defaultTheme; @@ -273,6 +273,7 @@ rec { ++ pkgs.lib.concatLists (map (job: job.extraPath) upstartJobs.jobs) ++ config.environment.extraPackages pkgs ++ pkgs.lib.optional config.fonts.enableFontDir fontDir + ++ pkgs.lib.optional config.hardware.enableGo7007 kernelPackages.wis_go7007 # NSS modules need to be in `systemPath' so that (i) the builder # chroot gets to seem them, and (ii) applications can benefit from