* Add xdg-open to the default X11 configuration so that programs like
Chrome can open downloaded files. svn path=/nixos/trunk/; revision=34097
This commit is contained in:
parent
3b314fa40b
commit
ea3cfc9287
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ in
|
|||
xorg.xsetroot
|
||||
xorg.xprop
|
||||
pkgs.xterm
|
||||
pkgs.xdg_utils
|
||||
]
|
||||
++ optional (elem "nvidia" driverNames) kernelPackages.nvidia_x11
|
||||
++ optional (elem "nvidiaLegacy96" driverNames) kernelPackages.nvidia_x11_legacy96
|
||||
|
|
Loading…
Reference in a new issue