Vladimír Čunát
ae74c356d9
Merge recent 'staging' into closure-size
...
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Vladimír Čunát
de0af30716
Merge branch 'master' into staging
2016-01-29 10:19:48 +01:00
Nikolay Amiantov
b52acfdf01
nixos xserver: remove vaapiDrivers
...
Use hardware.opengl.extraPackages instead.
2016-01-26 13:42:40 +03:00
Tony White
c95bd5d085
sddm: add numlock switch
...
- added numlock on boot switch
- simply add :
services.xserver.displayManager.sddm.autoNumlock = true;
to configuration.nix and sddm will start
with numlock enabled.
2016-01-26 06:17:32 +00:00
Tuomas Tynkkynen
40ef23e7ed
treewide: Mass replace 'xorg.libXext}/lib' to refer the 'out' output
2016-01-24 10:03:37 +02:00
Tuomas Tynkkynen
5d52f55426
treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' output
2016-01-24 10:03:37 +02:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Eric Sagnes
0dd8e03308
i3 service: added i3status and dmenu dependency
2016-01-19 09:32:49 +09:00
Domen Kožar
9e8eba48ab
xorg.xorgserver: wrap Xvfb with required flags
2016-01-17 21:14:49 +01:00
Robin Gloster
4a0692a5fb
types: remove references to new packageSet
...
Reverts part of a04a7272aa
packageSet is slated to be introduced in #11866 but currently causes
evalation errors.
/cc @ts468
2016-01-17 19:49:38 +00:00
Thomas Strobel
a04a7272aa
Add missing 'type', 'defaultText' and 'literalExample' in module definitions
...
- add missing types in module definitions
- add missing 'defaultText' in module definitions
- wrap example with 'literalExample' where necessary in module definitions
2016-01-17 19:41:23 +01:00
Nikolay Amiantov
b292e19fbd
xserver service: wait for systemd-logind
...
This seems the right thing to do, and most likely has fixed the race condition
described at https://github.com/NixOS/nixpkgs/issues/12132#issuecomment-171284532
2016-01-13 17:31:23 +03:00
Tobias Geerinckx-Rice
521f903b80
xorgVideoUnichrome: remove dead package
...
Broken since 2013, upstream very dead.
2016-01-11 00:16:01 +01:00
Thomas Tuegel
049357bb30
nixos/kde5: install kio-extras
2016-01-08 14:20:07 -06:00
Thomas Tuegel
fa0057be39
nixos/kde5: install kdenetwork-filesharing if Samba enabled
2016-01-08 14:20:05 -06:00
Robin Gloster
88292fdf09
jobs -> systemd.services
2016-01-07 06:39:06 +00:00
Eelco Dolstra
22848d55e2
kdmrc: Build locally
2016-01-05 12:17:32 +01:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Emery
952563d620
WindowLab: initial pkg at 1.40
...
http://nickgravgaard.com/windowlab/
2015-12-30 11:10:30 +01:00
Vladimír Čunát
5a2f0541a1
nixos/xserver: fix evaluation of xkbDir
...
I solved it this way because it seems the current state-of-the-art 89e983786
The problem was introduced in #11930 . Close #11951 (a different solution).
2015-12-26 09:09:15 +01:00
Reno Reckling
92e48a4383
xserver: make xkbdir configurable
2015-12-24 13:45:27 +01:00
Tobias Geerinckx-Rice
09c8911bd7
redshift: don't busy-loop like crazy on NixOS start-up
2015-12-24 04:05:57 +01:00
Jakob Gillich
db1086f3a1
gnome3: removed duplicate line, fixes #11891
2015-12-23 02:06:30 +01:00
Thomas Tuegel
298c4befda
phonon-backend-vlc: normalize attribute name to upstream
2015-12-20 08:03:26 -06:00
Thomas Tuegel
27c522cc3b
phonon-backend-gstreamer: normalize attribute name to upstream
2015-12-20 08:02:42 -06:00
Eelco Dolstra
b475afcf60
Merge pull request #11228 from ocharles/x-ctrl-alt-backspace
...
services.xserver: Disable Ctrl+Alt+Backspace by default
2015-12-17 11:49:54 +01:00
Thomas Tuegel
06f491d762
nixos/xserver: fix typos
2015-12-16 10:22:44 -06:00
Thomas Tuegel
cc058eff70
kde5_latest: merge all package sets
...
The three KDE package sets now have circular dependencies between them,
so they can only be built if they are merged into a single package set
during evaluation.
2015-12-16 10:22:43 -06:00
Oliver Charles
35f8952a8c
Merge pull request #11338 from obadz/light-locker
...
light-locker (lockscreen for lightdm)
2015-12-16 13:45:05 +00:00
obadz
9be012f0d4
lightdm & xserver service: add ability to spawn more than one X server
...
- if xserver.tty and/or display are set to null, then don't specify
them, or the -logfile argument in the xserverArgs
- For lightdm, we set default tty and display to null and we determine
those at runtime based on arguments passed. This is necessary because
we run multiple X servers so they can't all be on the same display
2015-12-15 08:49:28 -06:00
Thomas Tuegel
d6e3a8e921
nixos/kde5: enable SVG icons in GTK programs
...
Fixes #10758 .
2015-12-12 14:35:10 -06:00
Thomas Tuegel
fac138a2f5
nixos/sddm: fix indentation
2015-12-12 11:36:45 -06:00
Thomas Tuegel
b07fa98f82
nixos/sddm: add setupScript and stopScript options
...
These options allow setting the start and stop scripts for the display
manager. Making these configurable is necessary to allow some hardware
configurations. Upstream ships empty scripts by default, anyway.
2015-12-12 11:31:26 -06:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Thomas Tuegel
b858a32d27
nixos/kde5: enable Breeze SDDM theme
2015-12-11 07:09:08 -06:00
Thomas Tuegel
78a6d62b48
sddm: wrap to include themes
2015-12-11 07:09:07 -06:00
Thomas Tuegel
8a1682ce3f
nixos/kde5: reformat Phonon backend package list
2015-12-11 07:08:33 -06:00
Thomas Tuegel
92a484bdf2
nixos/kde5: install Breeze icons if available
2015-12-11 07:08:33 -06:00
Thomas Tuegel
9b7ae36087
nixos/kde5: only install Orion if Breeze GTK unavailable
2015-12-11 07:08:33 -06:00
Thomas Tuegel
521d9e5064
nixos/kde5: comment on Oxygen icons move
2015-12-11 07:08:33 -06:00
Arseniy Seroka
86c3f435d1
Merge pull request #11415 from zenhack/dwm-wm
...
xserver: dwm as a window manager
2015-12-05 13:49:45 +03:00
Moritz Ulrich
ff66ac9dd0
Fix evaluation after merge of #11450 .
2015-12-04 15:40:47 +01:00
AndersonTorres
2955b2fcf4
Getting rid of mkOption in NixOS window manager modules
...
Now the default way to define NixOS window manager modules is to use
mkEnableOption to describe the module itself.
In this commit, all files on nixos/modules/services/x11/window-managers
are changed.
2015-12-04 07:38:23 -02:00
Ian Denhardt
8edd15d175
xserver: dwm as a window manager
2015-12-03 21:37:55 -05:00
Timofei Kushnir
8b1fc9ca75
wmii.nix: fix module args
2015-12-01 09:08:20 +03:00
Timo Meijer
12ec6223f4
lightdm-gtk-greeter module: Fix error when lightdm disabled
2015-11-30 21:11:25 +01:00
Timo Meijer
a621fd76c2
lightdm-gtk-greeter module: Add configuration options for theme and iconTheme
2015-11-30 12:58:13 +00:00
Timo Meijer
59c6fba342
lightdm module: extract greeter configuration
2015-11-30 12:58:05 +00:00
Luca Bruno
a412927924
Merge remote-tracking branch 'origin/master' into closure-size
2015-11-25 21:37:30 +01:00
Vladimír Čunát
8a664fd5bc
nixos/xserver: fix missing modules after splitting
...
... xorg-server in e25da7e5
.
2015-11-25 09:58:27 +01:00