summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers
Commit message (Collapse)AuthorAge
* Merge pull request #163622 from ilya-fedin/mate-allow-remove-any-packageAlexander Bantyev2022-03-14
|\ | | | | nixos/mate: allow remove any added package
| * nixos/mate: allow remove any added packageIlya Fedin2022-03-11
| | | | | | | | Only extra packages removable currently, but it's possible to run MATE without packages like caja or yelp
* | nixos/pantheon: enable xdg desktop integrationBobby Rong2022-03-13
|/ | | | This prevents the embarrassing situation in https://github.com/NixOS/nixpkgs/pull/163828 from happening again.
* Merge pull request #158787: Pantheon: enable packagekit and drop appcenter patchBobby Rong2022-02-10
|\
| * nixos/pantheon: mention latest appcenter and packagekit changes in manualBobby Rong2022-02-09
| |
| * nixos/pantheon: install appcenter if flatpak is enabledBobby Rong2022-02-09
| | | | | | | | This is how nixos/gnome handle gnome-software.
| * nixos/pantheon: enable packagekit by defaultBobby Rong2022-02-09
| | | | | | | | Needed for pantheon.appcenter.
* | nixos/retroarch: add RetroArch as a desktop sessionJohannes Arnold2022-02-08
|/
* nixos/pantheon: stop setting GTK_CSD=1Bobby Rong2022-02-02
| | | | See https://github.com/elementary/gala/issues/244
* Merge pull request #157320 from andersk/gnome-switch-fixedJanne Heß2022-01-30
|\ | | | | nixos/gnome: Remove warning for fixed nixos-rebuild switch bug
| * nixos/gnome: Remove warning for fixed nixos-rebuild switch bugAnders Kaseorg2022-01-29
| | | | | | | | | | | | https://github.com/NixOS/nixpkgs/issues/44344 was fixed years ago. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* | gnome-2048: init at 3.38.2Ryan Hendrickson2022-01-27
|/
* fix MTP support on KDE Plasma and Dolphin (#155405)olegkapitonov2022-01-27
| | | | | | | | | | * fix MTP support on KDE Plasma and Dolphin * Update pkgs/applications/kde/kio-extras.nix Co-authored-by: ElXreno <elxreno@gmail.com> Co-authored-by: Peter Hoeg <peter@hoeg.com> Co-authored-by: ElXreno <elxreno@gmail.com>
* nixos/cinnamon: fix gnome alias deperactionMaciej Krüger2022-01-19
|
* nixos/enlightenment: add ecrire to system packagesJosé Romildo2022-01-04
|
* lumina.lumina: lumina-checkpass is postponned by upstreamJosé Romildo2022-01-01
|
* Merge pull request #151153 from bobby285271/pantheonBobby Rong2021-12-18
|\ | | | | Pantheon updates 2021-12-17
| * pantheon.xdg-desktop-portal-pantheon: move to pkgs/desktop/pantheonBobby Rong2021-12-18
| | | | | | | | Only used by Pantheon AFAIK.
* | Merge pull request #150372 from bobby285271/pantheonBobby Rong2021-12-12
|\| | | | | pantheon.appcenter: re-add patch for disable packagekit backend
| * Revert "nixos/pantheon: mention latest appcenter changes in manual"Bobby Rong2021-12-12
| | | | | | | | This reverts commit d49d9a24b7b5b0ddfe349c355e79aa992c108a74.
| * Revert "nixos/pantheon: cleanup FAQ section"Bobby Rong2021-12-12
| | | | | | | | This reverts commit cd58f44937a70b73447f464f1cb5a64badc78640.
* | xfce: add maintainers teamJosé Romildo2021-12-08
|/
* Merge pull request #148159 from bobby285271/pantheonBobby Rong2021-12-05
|\ | | | | pantheon.extra-elementary-contracts: split package
| * pantheon.extra-elementary-contracts: dropBobby Rong2021-12-01
| |
| * pantheon.gnome-bluetooth-contract: init at unstable-2021-02-23Bobby Rong2021-12-01
| |
| * pantheon.file-roller-contract: init at unstable-2021-02-23Bobby Rong2021-12-01
| |
* | nixos/plasma5: Split common Plasma config for Mobile from DesktopSamuel Dionne-Riel2021-12-03
| |
* | nixos/plasma5: Add suggested plasma mobile appsSamuel Dionne-Riel2021-12-03
| |
* | nixos/plasma5: configuration for plasma mobileSamuel Dionne-Riel2021-12-03
| |
* | nixos/plasma5: Add maliit-keyboard to plasma mobile sessionSamuel Dionne-Riel2021-12-03
| |
* | nixos/plasma5: configuration for plasma mobileSamuel Dionne-Riel2021-12-03
| |
* | nixos/plasma5: Add mobile.enable option for plasmaTyler Slabinski2021-12-03
| |
* | nixos/plasma5: Make kwinrc/kdeglobals internally configurableSamuel Dionne-Riel2021-12-03
| | | | | | | | | | This is used with the Plasma Mobile configuration to configure the system as upstream recommends.
* | gnome: update docs regarding nvidiaWaylandFabián Heredia Montiel2021-11-30
|/
* nixos/cinnamon: add xapps to extra app listMaciej Krüger2021-11-27
|
* nixos/pantheon: cleanup FAQ sectionBobby Rong2021-11-16
|
* Merge pull request #143673 from oxalica/fix/sddm-default-sessionThomas Tuegel2021-11-06
|\ | | | | plasma5: set default session to plasma X11 and fix sddm
| * plasma5: set default session to plasma X11oxalica2021-11-01
| | | | | | | | Plasma wayland currently has many tiny bugs hurting user experience.
* | Merge pull request #144024 from SuperSandro2000/fix-plasma-usersSandro2021-11-01
|\ \ | |/ |/|
| * nixos/plasma5: fix accounts-daemon can't read profile image from systemsettings5Sandro Jäckel2021-10-31
| |
| * nixos/plasma5: enable accounts dbus daemon to beable to modify user settings ↵Sandro Jäckel2021-10-31
| | | | | | | | like Pictures
| * nixos/plasma5: assorted manually formatting changes and cleanups + statixSandro Jäckel2021-10-31
| | | | | | | | nixos/plasma5: asd
* | nixos/pantheon: install elementary-tasks by defaultBobby Rong2021-10-29
| |
* | nixos/pantheon: mention latest appcenter changes in manualBobby Rong2021-10-29
| |
* | nixos/pantheon: use Inter as default sans-serif fontBobby Rong2021-10-28
|/
* Merge pull request #142810 from bobby285271/pantheonBobby Rong2021-10-28
|\ | | | | Pantheon updates 2021-10-25, 2021-10-26
| * pantheon.elementary-settings-daemon: 1.0.0 -> 1.1.0Bobby Rong2021-10-26
| |
| * xdg-desktop-portal-pantheon: init at 1.0.0Bobby Rong2021-10-26
| |
* | nixos/gnome: remove alias reference to source-sans-proJonathan Ringer2021-10-25
| |
* | plasma5: fix evaluation with aliases disabled and thunderbolt enabledajs1242021-10-24
| |