about summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/default.nix
Commit message (Collapse)AuthorAge
* lumina: init at 1.1.0-p1romildo2016-11-01
|
* lxqt service: init at 0.11José Romildo Malaquias2016-10-06
|
* e19: rename to enlightenment, drop old oneNikolay Amiantov2016-03-12
|
* desktop manager service: fix and improve default errorRyan Mulligan2016-01-31
| | | | | | | | | | | | | | | | | | | 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";
* Revert "Merge pull request #9034 from kamilchm/qtile-wm"Luca Bruno2015-07-29
| | | | | This reverts commit 27c73e252a042e88b3fae35f538d7e719d8ba9ea, reversing changes made to 94302941148d606a5f3956adcca6ed70064eb6c8.
* xserver: qtile as desktopManagerKamil Chmielewski2015-07-28
|
* Remove XBMC expressions in favor of the Kodi onesEdward Tjörnhammar2015-03-30
|
* kde5: rename plasma5 desktop moduleThomas Tuegel2015-01-26
|
* add NixOS module for Plasma desktopThomas Tuegel2015-01-26
|
* Add Kodi desktop-managerEdward Tjörnhammar2015-01-19
|
* e18: remove old desktop managerMatej Cotman2014-11-26
|
* e17: remove old desktop managerMatej Cotman2014-11-26
|
* Removed the kde4_next nixos moduleGeorges Dubus2014-10-21
| | | | Merged its differences into kde4. This commit fixes #4519.
* kde: Allow kde_next as a desktop environmentambrop7@gmail.com2014-09-24
| | | | | This is the same as https://github.com/wmertens/nixpkgs/commit/93fda9e353bb9408ea80339f36fa513742d65ddf
* Add package: Enlightenment E19!Thomas Strobel2014-09-15
| | | | Wayland desktop shell is not enabled, yet.
* Revert "Merge #3054: add kde 4.13.2"Vladimír Čunát2014-07-22
| | | | | | | | | | This is due to breaking evaluation; see the PR discussion. This reverts commit 6a77d5fd3e3eef8c9eafb53f70a9448c25d2f517, reversing changes made to 07a09fbe63192de7b62468d38f7ed8b7981062a4. Conflicts: nixos/modules/services/x11/desktop-managers/default.nix
* Merge recent master into x-updatesVladimír Čunát2014-07-21
|\ | | | | | | | | | | | | | | | | Hydra: ?compare=1138350 Conflicts: nixos/modules/services/x11/desktop-managers/default.nix Two imports were added independently on the same line. I split it as well, as it was very long now.
| * e18: enlightenment desktop manager version 18Matej Cotman2014-07-17
| |
* | kde: Allow kde_next as a desktop environmentWout Mertens2014-06-22
|/
* 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.
* move windowManager.xbmc to desktopManager.xbmcDomen Kozar2014-03-12
|
* 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.
* 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.
* Remove desktopManager.gnomeDomen Kožar2013-11-04
| | | | | | Gnome doesn't work at least since I started using NixOS half a year ago, let's not give wrong impressions to newcomers. Packaging gnome3 is still something on horizon.
* Drop environment.x11PackagesEelco Dolstra2013-10-30
| | | | It doesn't do anything useful compared to environment.systemPackages.
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28
| | | | | It's redundant because you can (and should) specify an option type, or an apply function.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10