mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* Style fix.
svn path=/nixos/trunk/; revision=26140
This commit is contained in:
parent
08426fb717
commit
c31c4290cc
@ -55,9 +55,8 @@ in
|
||||
setuid = true;
|
||||
} ];
|
||||
|
||||
environment = {
|
||||
systemPackages = [
|
||||
# temporary workarounds
|
||||
environment.systemPackages =
|
||||
[ # temporary workarounds
|
||||
pkgs.shared_desktop_ontologies
|
||||
pkgs.strigi
|
||||
|
||||
@ -76,13 +75,13 @@ in
|
||||
xorg.xset # used by startkde, non-essential
|
||||
] ++ config.environment.kdePackages;
|
||||
|
||||
pathsToLink = [ "/share" ];
|
||||
environment.pathsToLink = [ "/share" ];
|
||||
|
||||
etc = singleton
|
||||
environment.etc = singleton
|
||||
{ source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
|
||||
target = "X11/xkb";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user