Fix mousepad

This commit is contained in:
Eelco Dolstra 2013-08-15 16:37:53 +02:00
parent 35e2bac069
commit e6fa5cd8f2
2 changed files with 2 additions and 1 deletions

View file

@ -76,7 +76,7 @@ in
++ optional config.powerManagement.enable pkgs.xfce.xfce4_power_manager;
environment.pathsToLink =
[ "/share/xfce4" "/share/themes" "/share/mime" "/share/desktop-directories" ];
[ "/share/xfce4" "/share/themes" "/share/mime" "/share/desktop-directories" "/share/gtksourceview-2.0" ];
environment.shellInit =
''

View file

@ -16,6 +16,7 @@ let
else set;
in rec {
nixos = removeMaintainers (import ./release.nix {
inherit nixosSrc officialRelease;
nixpkgs = nixpkgs';