Alexander Ried
c2922a9157
xserverArgs fuckup
...
gnome-x-session provides good defaults which we really should not
override.
We have to add assertions to gdm.nix if the user specified one of those.
enableTCP must be configured through a gnome setting
dunno why we have terminate but it probably breaks stuff
We should expose configFile so we can use it from gdm module.
2016-10-15 20:32:14 +02:00
Alexander Ried
56d24b8e1d
gdm module: enable user dbus session
2016-10-15 20:32:14 +02:00
Alexander Ried
a5aa926902
gdm module: only make xserver args overrideable
2016-10-15 20:32:14 +02:00
Alexander Ried
5125161a77
gnome3_22.gnome-session: lookup of gnome-settings-daemon.desktop
2016-10-15 20:32:14 +02:00
Alexander Ried
50adbbe65c
displayManager.gdm: only gnome-session needs to be on path
2016-10-15 20:32:12 +02:00
Alexander Ried
6457d1bbe3
gnome3.gnome-terminal-server: init module
...
since gnome3.22 gnome-terminal uses a systemd service for it's backend
server.
2016-10-15 20:32:12 +02:00
romildo
0efba3b99c
qlipper: init at 2016-09-26
2016-10-15 07:46:12 -03:00
romildo
0f78fcec7a
screengrab: init at 2016-02-24
...
fixes #19561
2016-10-15 12:10:16 +02:00
zimbatm
e026d5b9c8
x11 module: don't restart the display manager indefinitely ( #19418 )
...
* x11 module: don't restart the display manager indefinitely
If the display managers crashes continuously in loops it prevents the
user from switching to the console and try to fix things. Especially
when using the "auto" display manager it can happen quite easily.
* x11 module: fix display manager restart timeouts
It takes more than 1 second to boot the X server.
2016-10-10 21:35:37 +01:00
romildo
6757b20cf4
qps: init at 1.10.16
2016-10-10 08:08:00 -03:00
romildo
19779be536
lxqt: Add xscreensaver to systemPackages
2016-10-08 23:55:11 -03:00
romildo
22b86a8753
lximage-qt: init at 0.5.0
2016-10-08 10:37:10 -03:00
Jörg Thalheim
daf4e57577
Merge pull request #19209 from siddharthist/urxvtd/init
...
urxvtd service: init
2016-10-07 16:14:35 +02:00
Joachim F
030a298406
Merge pull request #19212 from romildo/new.lxqt
...
lxqt: init at 0.11
2016-10-07 14:00:54 +02:00
romildo
a5bbe8970f
obconf-qt: init at 0.11.0
2016-10-07 06:57:25 -03:00
José Romildo Malaquias
0d7056331d
compton-conf: init at 0.2.0
2016-10-06 19:01:04 -03:00
Langston Barrett
543494b815
urxvtd service: init
...
adds pkgs.rxvt_unicode-with-plugins
adds appropriate environment.variables
no default target, must be enabled manually
2016-10-06 20:03:06 +00:00
Thomas Tuegel
2e255a2edd
Merge branch 'staging'
2016-10-06 09:51:02 -05:00
José Romildo Malaquias
fbe7c92bd5
lxqt: Add libkscreen to systemPackages
2016-10-06 08:02:44 -03:00
José Romildo Malaquias
0b4e3e7822
lxqt: Add qtsvg to systemPackages
2016-10-06 08:02:44 -03:00
José Romildo Malaquias
49ed3ab705
lxqt: fix small issues in nix expressions
2016-10-06 08:02:43 -03:00
José Romildo Malaquias
f3e8bfa823
lxqt service: init at 0.11
2016-10-06 08:02:43 -03:00
Kirill Boltaev
1978d00458
sddm: wrap xserver in systemd-cat to make logs appear in the journal
2016-10-05 00:07:23 +03:00
Jörg Thalheim
888f6a1280
Merge pull request #19199 from wizeman/u/fix-help2man-hash
...
help2man: fix hash
2016-10-03 19:26:44 +02:00
Eelco Dolstra
69bb34673e
Merge pull request #19196 from groxxda/xkbbindir
...
xserver: replace XKB_BINDIR with compile time option
2016-10-03 17:12:59 +02:00
Alexander Ried
e7ded267bd
xserver: replace XKB_BINDIR with compile time option
...
---
Using the configure option relieves us of the patch and passing the path
via the env var in many places. Also the env var may not be inherited
when components like gdm spawn new sessions.
2016-10-03 15:03:02 +02:00
Charles Strahan
f9a3835a14
nixos: xserver typematic configuration options
...
This allows one to set the seat defaults for keyboard auto-repeat delay
and rate.
2016-10-03 04:00:06 -04:00
Tuomas Tynkkynen
19225bf5cc
Merge remote-tracking branch 'upstream/master' into staging
2016-10-02 10:36:47 +03:00
Peter Hoeg
639e5401ff
dbus: add socket activation but do not enable it
...
The following changes are included:
1) install user unit files from upstream dbus
2) use absolute paths to config for --system and --session instances
3) make socket activation of user units configurable
There has been a number of PRs to address this, so this one does the
bare minimum, which is to make the functionality available and
configurable but defaults to off.
Related PRs:
- #18382
- #18222
(cherry picked from commit f7215c9b5b47dfb0a6dbe87ff33d7730729a32e5)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Eelco Dolstra
020e88704a
kde4: Get rid of some Nepomuk cruft by default
2016-09-29 20:03:54 +02:00
Eelco Dolstra
c2495261a8
kde4: Allow disabling dependency on MariaDB
...
This reduces the runtime closure of a KDE4 system by ~172 MiB.
2016-09-29 20:03:50 +02:00
Eelco Dolstra
518340624d
Merge remote-tracking branch 'origin/master' into staging
2016-09-29 13:06:14 +02:00
Eelco Dolstra
75a1ec8a65
NixOS: Use runCommand instead of mkDerivation in a few places
2016-09-29 13:05:28 +02:00
Eelco Dolstra
7a4209c356
Merge remote-tracking branch 'origin/master' into staging
2016-09-20 17:46:09 +02:00
Alexey Shmalko
631c54c7a6
Merge pull request #18693 from Mic92/awesome
...
awesome: fix LUA_PATH for luaModules
2016-09-20 11:05:42 +03:00
Jörg Thalheim
0a42f98eac
awesome: fix LUA_PATH for luaModules
...
lua modules can be also within share/ within a package.
Previously only lib/ was included
2016-09-18 19:18:03 +02:00
Thomas Tuegel
48999a953b
Merge pull request #18656 from jokogr/u/sddm-0.14.0
...
sddm: 0.13.0 -> 0.14.0
2016-09-17 17:01:29 -05:00
Karn Kallio
2f91de22f5
enlightenment service: update gtk and gnome attributes
2016-09-17 12:32:51 +02:00
Vladimír Čunát
52e1a198cf
Merge branch 'master' into staging
2016-09-17 00:31:34 +02:00
aszlig
dc364e8b18
nixos/xfce: Fix reference to Gtk 2
...
Regression introduced by bccd75094f
.
The mentioned commit removed the pkgs.gtk attribute, but forgot to
change this within the xfce module.
Tested using the xfce NixOS test and it has passed on my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-16 17:15:47 +02:00
obadz
29caa185a7
lightdm: obbey services.xserver.{window/desktop}Manager.default
2016-09-16 15:03:45 +01:00
obadz
a20c2ce4b8
xfce: install networkmanager applet when networkmanager is enabled
2016-09-16 15:03:41 +01:00
Ioannis Koutras
d78e68b1a4
sddm: 0.13.0 -> 0.14.0
2016-09-16 15:09:18 +03:00
Vladimír Čunát
aa0fa19373
gtk2: move gtk-update-icon-cache to gtk2.out
...
... to be useful for regeneration when building nixos environments.
Fixes #18536 (hopefully).
2016-09-13 23:51:57 +02:00
Eelco Dolstra
5b5c2fb9c0
Make the default fonts conditional on services.xserver.enable
...
We were pulling in 44 MiB of fonts in the default configuration, which
is a bit excessive for headless configurations like EC2
instances. Note that dejavu_minimal ensures that remote X11-forwarded
applications still have a basic font regardless.
2016-09-05 15:51:37 +02:00
Domen Kožar
4af09e0031
Merge pull request #14311 from Profpatsch/mkRemovedOptionModule-replacement
...
mkRemovedOptionModule: add replacement argument
2016-08-28 13:55:28 +02:00
José Romildo Malaquias
98a630586e
enlightenment: adapt service for efl-0.18.0
2016-08-23 11:50:45 -03:00
Tuomas Tynkkynen
01c197df68
glib: Add some FIXMEs about inappropriate outputs
2016-08-23 05:05:42 +03:00
Tuomas Tynkkynen
8877efa65b
treewide: Fix output references to gnome.GConf
2016-08-23 04:52:57 +03:00
Thomas Tuegel
cb78ef0eb3
kde5: colord-kde moved
2016-08-22 18:49:13 -05:00