summary refs log tree commit diff
path: root/nixos/modules/services/x11
Commit message (Collapse)AuthorAge
* 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
* 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)
* accountservice: add dbus and systemd servicesLuca Bruno2014-04-08
| | | | Enable by default with gnome3.
* gnome-backgrounds: new packageLuca Bruno2014-04-06
|
* gnome3: add glib-networking gio modulesLuca Bruno2014-04-04
| | | | | With glib-networking, epiphany and other gnome apps can access https and other networking protocols.
* xterm: Don't enable unless X11 is enabledEelco Dolstra2014-04-03
|
* Merge master into x-updatesVladimír Čunát2014-04-01
|\
| * Ensure that slim's theme applies to slimlockEelco Dolstra2014-03-30
| |
| * Revert "slim: remove duplicate code"Eelco Dolstra2014-03-30
| | | | | | | | | | | | | | | | | | | | | | This reverts commit f7d5e83abbe95ed06aac58f4d1a2e971fae4d186. It breaks the Firefox and Xfce tests: in job ‘tests.firefox.x86_64-linux’: cannot coerce a boolean to a string in job ‘tests.xfce.x86_64-linux’: infinite recursion encountered
| * Merge branch 'slim_fix' of git://github.com/jagajaga/nixpkgsShea Levy2014-03-29
| |\ | | | | | | | | | add normal theme support for slim and slimlock
| | * slim: remove duplicate codeArseniy Seroka2014-03-11
| | |
| | * add normal theme support for slim and slimlockArseniy Seroka2014-02-05
| | |
| * | Merge branch 'disable-acpid' of git://github.com/ambrop72/nixpkgsShea Levy2014-03-28
| |\ \ | | | | | | | | | | | | power-management: Don't enable acpid.
| | * | Enable acpid if nvidia driver is being used.ambrop7@gmail.com2014-03-17
| | | | | | | | | | | | | | | | The NVidia driver wants to connect to acpid to receive ACPI events.
* | | | xorg: add "intel-testing" video driver, currently 2.99.911Vladimír Čunát2014-03-23
| | | |
* | | | nixos ati: support glamor, disabled by defaultVladimír Čunát2014-03-21
|/ / / | | | | | | | | | This is from @ambrop72 #1969.
* / / make environment.variables.GIO_EXTRA_MODULES a listJosé Romildo Malaquias2014-03-19
|/ / | | | | | | Close #1929.
* | move windowManager.xbmc to desktopManager.xbmcDomen Kozar2014-03-12
| |
* | Merge pull request #1833 from coreyoconnor/fix-synaptics-configDomen Kožar2014-03-07
|\ \ | | | | | | correct tapButtons in synaptics config.
| * | correct tapButtons in synaptics config. Dont rely on the X11 input settings ↵Corey O'Connor2014-02-24
| | | | | | | | | | | | to take the last option.
* | | Use feh only as a fallback if the xserver is actually enabled.Pascal Wittmann2014-03-04
|/ / | | | | | | Otherwise feh is installed even though no xserver is available.
* | gnome3: typoDomen Kožar2014-02-19
| |
* | gnome3: add some default core packages to be installedDomen Kožar2014-02-19
| |
* | add gnome3.vinoDomen Kožar2014-02-19
| |
* | Renamed obsolete option services.xserver.videoDrivers to ↵Pascal Wittmann2014-02-18
| | | | | | | | hardware.opengl.videoDrivers
* | gnome3: correctly place GIO_EXTRA_MODULESDomen Kožar2014-02-17
| |
* | desktop-manager.gnome3: add dconf supportDomen Kožar2014-02-16
| |
* | redshift: default to string type for option brightnessDomen Kožar2014-02-16
| |
* | adding wantedBy graphical.targetThiago Tonelli Bartolomei2014-02-14
| |
* | - adding brightness optionsThiago Tonelli Bartolomei2014-02-13
| | | | | | | | | | - setting options to be uniq - using proper systemd exec service
* | services.mesa -> hardware.openglShea Levy2014-02-08
| | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | gnome3.gnome_control_center: build and fix runtime depsDomen Kožar2014-02-08
| |
* | gnome3: add missing filesDomen Kožar2014-02-07
| |
* | Add gnome3 desktop manager. Very experimental.Domen Kožar2014-02-07
| | | | | | | | | | | | | | | | Currently very basic gnome-shell launches on my laptop. Quite some services won't start yet, most notable is gnome-control-center. GTK3 apps still don't have theming applied and for example launching chromium results in horrible red windows.
* | xfce: partially add gtk3 supportDomen Kožar2014-02-07
| |
* | nixos/mesa: don't create /run/opengl-driver-32 ...Vladimír Čunát2014-02-05
|/ | | | | ... if on 64-bit and without 32-bit drivers. Also assert against requesting 32-bit drivers on 32-bit machine.
* lightdm: Update to 1.8.6Oliver Charles2014-01-31
|
* Merge branch 'xprofile' of git://github.com/pSub/nixpkgs into masterShea Levy2014-01-17
|\ | | | | | | | | | | Allow the user to execute commands at the beginning of the X session. Signed-off-by: Shea Levy <shea@shealevy.com>
| * Allow the user to execute commands at the beginning of the X session.Pascal Wittmann2014-01-02
| | | | | | | | | | | | The difference between xsession and xprofile is that xsession is exec'd and xprofile is sourced. So with xprofile all commands after sourcing will still be exectued. This allows for instance autostarting of applications while configuring the start of a window manager via configuration.nix.
* | Fix environment.etc settingShea Levy2014-01-15
| | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | Fix typoShea Levy2014-01-15
| | | | | | | | | | | | Thanks to @bennofs for pointing it out Signed-off-by: Shea Levy <shea@shealevy.com>
* | Option description formattingShea Levy2014-01-15
| | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | nixos: Split mesa setup from xserver.nixShea Levy2014-01-15
| | | | | | | | | | | | | | With kmscon, it is now possible to have a system without X that still needs the mesa setup in /run/opengl-driver Signed-off-by: Shea Levy <shea@shealevy.com>
* | xfce: add xfce screenshooterJaka Hudoklin2014-01-13
| |
* | Fix extra kernelDev referenceShea Levy2014-01-05
| | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>