I3: Difference between revisions

imported>Nix
m add Software/Applications subcategory
imported>Dasnessie
m Add missing bracket
Line 10: Line 10:
{ config, pkgs, callPackage, ... }:  
{ config, pkgs, callPackage, ... }:  


{
  ...
   environment.pathsToLink = [ "/libexec" ]; # links /libexec from derivations to /run/current-system/sw  
   environment.pathsToLink = [ "/libexec" ]; # links /libexec from derivations to /run/current-system/sw  
   ...
   ...