summary refs log tree commit diff
path: root/nixos/modules/services/desktops
Commit message (Collapse)AuthorAge
* gnome-disks: add D-Bus servicemontag4512017-05-06
|
* psd service: assert that at least one user must be configuredJoachim Fasting2016-12-10
| | | | | Using the default config, a user will experience a run-time failure. This is poor UX, assert the requirement up-front.
* gnome3.gvfs module: make systemd services availableAlexander Ried2016-10-15
|
* gnome3.tracker module: add self to systemd pathAlexander Ried2016-10-15
| | | | | fixes GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit tracker-store.service not found. - indexing for (null) will not work
* gnome3.evolution-data-server module: add self to systemd pathAlexander Ried2016-10-15
|
* gnome3.gnome-terminal-server: init moduleAlexander Ried2016-10-15
| | | | | since gnome3.22 gnome-terminal uses a systemd service for it's backend server.
* accountsservice: add support for mutableUsers = falseAlexander Ried2016-09-01
| | | | | | Add code to accountsservice that returns an error if the environment variable NIXOS_USERS_PURE is set. This variable is set from the nixos accountsservice module if mutableUsers = false
* gnome-keyring: add gcr dependency to serviceHerwig Hochleitner2016-05-10
| | | | | gcr is used to provide the popup dialog, this fixes gnome-keyring for non-gnome sessions
* libmtp: Split into multiple outputsTuomas Tynkkynen2015-10-28
|
* nixos: gnome-keyring: fix module descriptionTobias Geerinckx-Rice2015-07-01
|
* GNOME 3.16.1, closes #7357Luca Bruno2015-04-25
|
* profile-sync-daemon: refactor modulePavan Rikhi2014-12-14
|
* Add the Profile Sync Daemon Package & NixOS ModulePavan Rikhi2014-12-13
|
* nixos/gnome: enable MTP support in gvfsBjørn Forsman2014-12-11
| | | | | To support browsing files on Android phones in Nautilus (and other GVFS based file browsers).
* Move at_spi2_core and at_spi2_atk outside of the gnome3 attrsetLuca Bruno2014-07-10
|
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
|
* accountsservice: be consistent in naming (always two 's')Bjørn Forsman2014-06-22
| | | | | The package is (correctly) named 'accountsservice' (with two 's'), but the attribute and expression path lacked one 's'. Fix it.
* Add gvfs dbus service and gvfs gio modules to gnome 3Luca Bruno2014-05-26
| | | | Closes #2746
* evolution-data-server: use the right gnome3 package set in the serviceLuca Bruno2014-05-21
|
* Allow specifying the gnome3 packages to use for the xserver serviceLuca Bruno2014-05-20
|
* geoclue2: add dbus serviceLuca Bruno2014-05-02
|
* gnome-documents: new packageLuca Bruno2014-04-22
| | | | | | Document manager application designed to work with GNOME 3 https://wiki.gnome.org/Apps/Documents
* gnome-online-miners: new packageLuca Bruno2014-04-22
| | | | | | A set of crawlers that go through your online content and index them locally in Tracker https://wiki.gnome.org/Projects/GnomeOnlineMiners
* seahorse: new packageLuca Bruno2014-04-22
| | | | | | Application for managing encryption keys and passwords in the GnomeKeyring https://wiki.gnome.org/Apps/Seahorse
* 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
| * gnome-online-accounts: add dbus serviceLuca Bruno2014-04-14
| |
| * 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
| * gnome-keyring: add dbus serviceLuca Bruno2014-04-14
| |
| * 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.
* 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)
* accountservice: add dbus and systemd servicesLuca Bruno2014-04-08
Enable by default with gnome3.