Robert Klotzner
e361cdd5c3
nixos: libinput use mkEnableOption
2016-02-27 07:24:47 +01:00
Brian McKenna
7d91ee54c9
openbox: fix copy/paste typo in config
2016-02-24 22:54:08 +11:00
zimbatm
2a0f6453d5
Merge pull request #12540 from eskimor/libinput-master
...
nixos: Libinput: Add support like there is for synaptics
2016-02-24 00:01:38 +00:00
Thomas Tuegel
7bca3cd8dc
kde5: reduce default installation size
2016-02-19 06:21:50 -06:00
Vladimír Čunát
e9520e81b3
Merge branch 'master' into staging
2016-02-17 10:06:31 +01:00
Franz Pletz
6a036d9fca
Merge pull request #9913 from chris-martin/synaptics-options
...
Add synaptics options for palm detection and scroll speed
2016-02-14 06:08:36 +01:00
Eric Sagnes
f03ce60bd2
i3service: remove dmenu and i3 from env packages
2016-02-08 13:31:03 +09:00
Vladimír Čunát
a115bff08c
Merge branch 'master' into staging
2016-02-07 13:52:42 +01:00
Nikolay Amiantov
ae662cdb11
display-manager module: load pulseaudio's module-device-manager only for KDE
2016-02-04 13:59:17 +03:00
Vladimír Čunát
889351af8b
Revert "Merge #12357 : nixos docs: show references to packages"
...
The PR wasn't good enough yet.
This reverts commit b2a37ceeea
, reversing
changes made to 7fa9a1abce
.
2016-02-03 12:16:33 +01:00
Vladimír Čunát
b2a37ceeea
Merge #12357 : nixos docs: show references to packages
2016-02-03 10:07:27 +01:00
Ryan Mulligan
8fee229261
desktop manager service: fix and improve default error
...
Before the error if the wrong default desktop was chosen would be:
/nixpkgs-channels/lib/modules.nix:282:11:
Default desktop manager ($(defaultDM)) not found.
which has the string interpolation done incorreclty. Now that is fixed
and it is more user-friendly as:
/nixpkgs-channels/lib/modules.nix:282:11:
Default desktop manager (gnome) not found.
Probably you want to change
services.xserver.desktopManager.default = "gnome";
to one of
services.xserver.desktopManager.default = "gnome3";
services.xserver.desktopManager.default = "none";
2016-01-31 13:00:15 -08:00
Luca Bruno
932ee094e1
gnome3: drop GNOME 3.16
2016-01-31 13:59:48 +01:00
Oliver Charles
ab2db6239d
lightdm: Allow background colors and images. Fixes #12684
2016-01-31 09:52:28 +00: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
Robert Klotzner
5d4948e183
libinput: configuration support: Polishing
...
+ addition of missing options
2016-01-22 13:11:13 +01:00
Robert Klotzner
d3f687951a
nixos: libinput added options
...
- natural scrolling
- scroll method
- disable while typing
2016-01-22 13:09:54 +01:00
Robert Klotzner
a2db14925b
nixos: Added libinput configuration
...
like there was for synaptics
2016-01-22 13:09:39 +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
Vladimír Čunát
3bcf8ae879
nixos manuals: bring back package references
...
This reverts most of 89e983786a
, as those references are sanitized now.
Fixes #10039 , at least most of it.
The `sane` case wasn't fixed, as it calls a *function* in pkgs to get
the default value.
2016-01-13 12:04:31 +01: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
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
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