about summary refs log tree commit diff
path: root/nixos/modules/services/x11
Commit message (Collapse)AuthorAge
* services.x11.videoDrivers: Don't include vmware driver by defaultadisbladis2020-06-11
| | | | A better option for vmware guests is to set `virtualisation.vmware.guest.enable`.
* nixos/gnome3: nixos-artwork -> pkgs.nixos-artworkzowoq2020-06-09
|
* Merge pull request #86163 from worldofpeace/wallpaper-refactorworldofpeace2020-06-07
|\ | | | | Gnome and Pantheon: install nixos wallpapers
| * nixos/pantheon: install nixos wallpaperworldofpeace2020-04-29
| | | | | | | | Fixes #86146
| * nixos/gnome3: install nixos wallpapersworldofpeace2020-04-29
| |
| * nixos/lightdm: change background type to pathJan Tojnar2020-04-29
| |
| * nixos-artwork: add file path attributesworldofpeace2020-04-29
| | | | | | | | | | | | This makes things so much easier, and we install to the path that both gnome-backgrounds and elementary-wallpapers install to.
* | Merge pull request #88942 from peterhoeg/m/kde_ddcPeter Hoeg2020-05-28
|\ \ | | | | | | powerdevil: add DDC support
| * | nixos/plasma: support setting brightness via DDCPeter Hoeg2020-05-26
| | |
* | | Merge pull request #88791 from romildo/upd.luminaJosé Romildo Malaquias2020-05-26
|\ \ \ | | | | | | | | nixos/lumina: use xsession provided
| * | | nixos/lumina: use xsession providedJosé Romildo Malaquias2020-05-25
| | | |
* | | | Merge pull request #88603 from romildo/upd.enlightenmentJosé Romildo Malaquias2020-05-26
|\ \ \ \ | |/ / / |/| | | enlightenment.enlightenment: 0.23.1 -> 0.24.0, cleanup and fixes
| * | | enlightenment.enlightenment: fix setuid wrappersJosé Romildo Malaquias2020-05-24
| | | |
| * | | nixos/enlightenment: add ephoto and rageJosé Romildo Malaquias2020-05-24
| | | |
| * | | nixos/enlightenment: remove some themes and xauthJosé Romildo Malaquias2020-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - E already comes with a default icon theme - There are already the gtk default Adwaita themes for gtk2, gtk3 and icons - Remove gnome-icon-theme (from old gtk2) - Remove tango-icon-theme - Remove xauth (used by kdesu), as kdesu is not a componnent of E. If really needed it should be added in the system configuration.
| * | | nixos/enlightenment: no need to explicitly set XDG_MENU_PREFIXJosé Romildo Malaquias2020-05-24
| | | | | | | | | | | | | | | | It is already set in the source code upstream.
| * | | nixos/enlightenment: use display manager session packagesJosé Romildo Malaquias2020-05-24
| | | |
* | | | Merge pull request #87934 from gnidorah/cdemarkuskowa2020-05-24
|\ \ \ \ | |/ / / |/| | | nixos/cde: add extraPackages option
| * | | nixos/cde: add extraPackages optiongnidorah2020-05-24
| |/ /
* | | nixos/xautolock: always run systemctl of the currently running systemdFlorian Klink2020-05-21
| | |
* | | nixos/sddm: always run systemctl of the currently running systemdFlorian Klink2020-05-21
| | |
* | | nixos/display-managers: always run systemctl of the currently running systemdFlorian Klink2020-05-21
| | |
* | | nixos/display-managers: Also set DBUS_SESSION_BUS_ADDRESS in the wrapper ↵adisbladis2020-05-20
| | | | | | | | | | | | script context
* | | maxx: drop (#87715)gnidorah2020-05-19
| | |
* | | nixos/display-managers: Use dbus socket unit shipped by upstreamadisbladis2020-05-19
|/ / | | | | | | | | | | | | | | | | | | This ensures a correct DBUS_SESSION_BUS_ADDRESS environment variable is set and imported into the systemd user environment. Previously this would refer to a non-existing path preventing commands interacting with the systemd manager from working. Closes #87502
* | lwm: init at 1.2.4AndersonTorres2020-05-13
| | | | | | | | lwm is a lightweight window manager
* | berry: init at 0.1.5AndersonTorres2020-05-13
| | | | | | | | berry is a small window manager for X11
* | yeahwm: init at 0.3.5AndersonTorres2020-05-13
| | | | | | | | yeahwm is a small window manager for X11, inspired by evilwm
* | smallwm: init at 2020-02-28AndersonTorres2020-05-13
| |
* | Merge pull request #87288 from AndersonTorres/tinywm-uploadAnderson Torres2020-05-11
|\ \ | | | | | | tinywm: init at 2014-04-22
| * | tinywm: init at 2014-04-22AndersonTorres2020-05-08
| | | | | | | | | | | | A tiny window manger for X11
* | | nixos/gdk-pixbuf.nix: don’t set GDK_PIXBUF_MODULE_FILE in crossMatthew Bauer2020-05-07
|/ / | | | | | | | | From 6c5983a291530f040deb97881e80cca373a5b29e, this should not be necessary for gdk-pixbuf to work correctly.
* | Merge pull request #86678 from rnhmjoj/picomMichele Guerini Rocco2020-05-06
|\ \ | | | | | | nixos/picom: cleanup
| * | nixos/picom: cleanuprnhmjoj2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | - Use floating points instead of strings, which Nix now supports - Make the type of picom.settings option recursive - Add a meaningful description of both the option and its type
* | | nixos/pantheon: mkDefault value for defaultSessionJakub Fišer2020-05-05
|/ / | | | | | | Fixes #86907
* | nixos/pantheon: fix doc typoworldofpeace2020-04-29
| |
* | treewide: add types to boolean / enable options or make use of mkEnableOptionDominik Xaver Hörl2020-04-27
|/
* Merge master into staging-nextFrederik Rietdijk2020-04-21
|\
| * treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl2020-04-21
| | | | | | | | Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
* | Merge branch 'staging-next' into stagingJan Tojnar2020-04-16
|\|
| * Merge pull request #85222 from mayflower/libinput-manual-refworldofpeace2020-04-14
| |\ | | | | | | nixos/libinput: refer to libinput manual
| | * nixos/libinput: refer to libinput manualLinus Heckemann2020-04-14
| | |
| * | Merge pull request #84255 from prikhi/lightdm-mini-greeter-040worldofpeace2020-04-14
| |\ \ | | | | | | | | lightdm-mini-greeter: 0.3.4 -> 0.4.0
| | * | lightdm-mini-greeter: 0.3.4 -> 0.4.0Pavan Rikhi2020-04-04
| | | |
* | | | Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer2020-04-13
|\ \ \ \ | |/ / / |/| | | Cross compilation fixes [april 2020]
| * | | gdk-pixbuf: make target env hookMatthew Bauer2020-04-06
| | |/ | |/| | | | | | | | | | Unfortunately, we need to emulate the system to get a real cache. Native version doesn’t know the right paths.
* | | nixos/pantheon: use new notificationsworldofpeace2020-04-06
| | | | | | | | | | | | | | | | | | We have this bug https://github.com/elementary/gala/issues/636 when using notifications in gala. It's likely to not really be fixed because all development is on the new notifications server.
* | | Merge pull request #84215 from worldofpeace/pantheon-update-04-03worldofpeace2020-04-05
|\ \ \ | | | | | | | | Pantheon update 2020-04-03
| * | | pantheon.xml: drop slow shutdown workaroundworldofpeace2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Them removing cerbere and registering with the SessionManager should make shutdown very fast. This was even done in plank [0] which was the last factor outside cerbere causing this. [0]]: https://github.com/elementary/dock/commit/a8d2f255b2909cc548a13021fd4c0641c4249896
| * | | pantheon.elementary-dock: init at 2020-02-28worldofpeace2020-04-05
| | | | | | | | | | | | | | | | It seems Pantheon has forked Plank.