about summary refs log tree commit diff
path: root/nixos/modules/services/x11
Commit message (Collapse)AuthorAge
* gnome 3.12: make remote desktop sharing workLuca Bruno2014-05-26
|
* Add gvfs dbus service and gvfs gio modules to gnome 3Luca Bruno2014-05-26
| | | | Closes #2746
* nixos: add 'gvfs' when using GNOME3 desktopBjørn Forsman2014-05-25
| | | | | | | | | | | | | | One reason for adding this is to make Chromium able to open files it has downloaded. Currently this happens: /run/current-system/sw/bin/xdg-open: line 364: gnome-open: command not found (And nothing happens in the GUI when clicking a downloaded file.) Looking into xdg-open, one can see that it first tries to run gvfs-open and then falls back to gnome-open. Adding 'gvfs' makes the first command succeed.
* Enable the xf86-video-modesetting driverEelco Dolstra2014-05-21
|
* Override glib_networking with gnome 3.12 scopeLuca Bruno2014-05-21
|
* upower: add 0.99 version for gnome 3.12Luca Bruno2014-05-20
|
* Allow specifying the gnome3 packages to use for the xserver serviceLuca Bruno2014-05-20
|
* fix eval after previous commitVladimír Čunát2014-05-18
|
* berlios.de probably shut down, replace itVladimír Čunát2014-05-18
| | | | The shutdown was announced years ago, only now it stopped working.
* bijiben: new packageLuca Bruno2014-05-02
| | | | | | Note editor designed to remain simple to use https://wiki.gnome.org/Apps/Bijiben
* gnome-clocks: new packageLuca Bruno2014-05-02
| | | | | | Clock application designed for GNOME 3 https://wiki.gnome.org/Apps/Clocks
* geoclue2: add dbus serviceLuca Bruno2014-05-02
|
* gnome-photos: new packageLuca Bruno2014-05-02
| | | | | | Photos is an application to access, organize and share your photos with GNOME 3 https://wiki.gnome.org/Apps/Photos
* evolution: new packageLuca Bruno2014-05-02
| | | | | | | Personal information management application that provides integrated mail, calendaring and address book functionality https://wiki.gnome.org/Apps/Evolution
* Move the NVIDIA support into its own moduleEelco Dolstra2014-04-29
| | | | | | | | | | | | | | | | Previously all card-specific stuff was scattered across xserver.nix and opengl.nix, which is ugly. Now it can be kept together in a single card-specific module. This required the addition of a few internal options: - services.xserver.drivers: A list of { name, driverName, modules, libPath } sets. - hardware.opengl.package: The OpenGL implementation. Note that there can be only one OpenGL implementation at a time in a system configuration (i.e. no dynamic detection). - hardware.opengl.package32: The 32-bit OpenGL implementation.
* Rename hardware.opengl.videoDrivers back to services.xserver.videoDriversEelco Dolstra2014-04-29
| | | | | | | | Fixes #2379. The new name was a misnomer because the values really are X11 video drivers (e.g. ‘cirrus’ or ‘nvidia’), not OpenGL implementations. That it's also used to set an OpenGL implementation for kmscon is just confusing overloading.
* Obsolete fonts.extraFontsEelco Dolstra2014-04-29
| | | | | You can now just set fonts.fonts, which will be merged with the default value unless you use mkOverride.
* gnome-documents: new packageLuca Bruno2014-04-22
| | | | | | Document manager application designed to work with GNOME 3 https://wiki.gnome.org/Apps/Documents
* gnome-music: new packageLuca Bruno2014-04-22
| | | | | | Music player and management application for the GNOME desktop environment https://wiki.gnome.org/Apps/Music
* seahorse: new packageLuca Bruno2014-04-22
| | | | | | Application for managing encryption keys and passwords in the GnomeKeyring https://wiki.gnome.org/Apps/Seahorse
* gnome3: prioritize nautilus when opening inode/directoryLuca Bruno2014-04-22
|
* gedit: new packageLuca Bruno2014-04-22
| | | | | | Official text editor of the GNOME desktop environment https://wiki.gnome.org/Apps/Gedit
* Remove KDE 4.11Eelco Dolstra2014-04-21
|
* Merge branch 'systemd-update'Eelco Dolstra2014-04-20
|\
| * Temporary fix for installer testsEelco Dolstra2014-04-20
| | | | | | | | http://hydra.nixos.org/build/10455979
| * Start ssh-agent as a user unitEelco Dolstra2014-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has some advantages: * You get ssh-agent regardless of how you logged in. Previously it was only started for X11 sessions. * All sessions of a user share the same agent. So if you added a key on tty1, it will also be available on tty2. * Systemd will restart ssh-agent if it dies. * $SSH_AUTH_SOCK now points to the /run/user/<uid> directory, which is more secure than /tmp. For bonus points, we should patch ssh-agent to support socket-based activation...
* | gnome-control-center: find gnome-shell search providersLuca Bruno2014-04-17
| |
* | gnome3: enable pulseaudio by defaultLuca Bruno2014-04-16
| |
* | Merge pull request #2185 from lethalman/gnome3Domen Kožar2014-04-16
|\ \ | |/ |/| tracker, licenses.cc-by-30, gnome-user-docs, upgrade sushi, gnome-keyring service, gnome-user-share, gnome-tweak-tool, gnome-shell-extensions, xdg-user-dirs
| * xdg-user-dirs: new packageLuca Bruno2014-04-16
| | | | | | | | | | | | | | A tool to help manage well known user directories like the desktop folder and the music folder http://freedesktop.org/wiki/Software/xdg-user-dirs
| * gnome3: add gnome-menus and shared_mime_info packages to find applicationsLuca Bruno2014-04-15
| |
| * gnome3: add gtk3 to system packages for gtk-update-icon-cacheLuca Bruno2014-04-14
| | | | | | | | Updating the icon-cache lets gnome-shell show app icons in the activity
| * empathy: find gsettings schemas, enable in gnome3, disable parallel buildLuca Bruno2014-04-14
| | | | | | | | | | | | | | | | Enabling by default on gnome3 as now it's possible to create and use accounts (tested with telepathy_gabble and gtalk). At this time, empathy x86-64 fails to build on hydra but I'm unable to reproduce. Therefore, try disabling the parallel build.
| * gnome-shell-extensions: new packageLuca Bruno2014-04-14
| | | | | | | | | | | | Modify and extend GNOME Shell functionality and behavior https://wiki.gnome.org/Projects/GnomeShell/Extensions
| * gnome-tweak-tool: new packageLuca Bruno2014-04-14
| | | | | | | | | | | | A tool to customize advanced GNOME 3 options https://wiki.gnome.org/action/show/Apps/GnomeTweakTool
| * gnome-online-accounts: add dbus serviceLuca Bruno2014-04-14
| |
| * system-path, gnome3: run update-desktop-database to create the mime cacheLuca Bruno2014-04-14
| | | | | | | | This allows programs such as yelp to handle help:// protocol schemas
| * gnome-user-share: new packageLuca Bruno2014-04-14
| | | | | | | | | | | | Service that exports the contents of the Public folder in your home directory on the local network https://help.gnome.org/users/gnome-user-share/3.8
| * gnome3: make extensions.gnome.org recognize the gnome desktopLuca Bruno2014-04-14
| |
| * gnome-keyring: add dbus serviceLuca Bruno2014-04-14
| |
| * gnome3: use package names for environment.gnome3.excludePackagesLuca Bruno2014-04-14
| |
| * sushi, telepathy: make enabling the service overridableLuca Bruno2014-04-14
| |
| * gnome-user-docs: new package licensed under the new licenses.cc-by-30Luca Bruno2014-04-14
| | | | | | | | | | | | User and system administration help for the Gnome https://help.gnome.org/users/gnome-help/3.10
| * tracker: new packageLuca Bruno2014-04-14
| | | | | | | | | | | | Desktop-neutral user information store, search tool and indexer https://wiki.gnome.org/Projects/Tracker
* | Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
|/ | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Add environment.gnome3.excludePackagesLuca Bruno2014-04-09
| | | | | Give the user a full desktop, and the possibility to exclude non-base packages from the default list of packages.
* at-spi2-core: add dbus module, enabled on gnome3 by defaultLuca Bruno2014-04-09
|
* telepathy-mission-control: add dbus service, enabled by default on gnome3Luca Bruno2014-04-09
|
* evolution-data-server: fix gsettings schemas and add dbus serviceLuca Bruno2014-04-09
|
* sushi: new packageLuca Bruno2014-04-08
| | | | | | A quick previewer for Nautilus http://en.wikipedia.org/wiki/Sushi_(software)