summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/x11/desktop-managers/enlightenment.nix
AgeCommit message (Collapse)Author
2024-06-07ubuntu_font_family: replace with ubuntu-classicjopejoe1
2024-04-17treewide: reanme renamed libinput optionsSandro Jäckel
2024-04-13nixos: remove all uses of lib.mdDocstuebinm
these changes were generated with nixq 0.0.2, by running nixq ">> lib.mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> Inherit >> mdDoc[remove]" --batchmode nixos/**.nix two mentions of the mdDoc function remain in nixos/, both of which are inside of comments. Since lib.mdDoc is already defined as just id, this commit is a no-op as far as Nix (and the built manual) is concerned.
2024-04-08treewide: rename renamed sddm/displayManager settingsSandro Jäckel
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-10-11nixos/x11: refactor XKB options into a single attrsetVictor Engmark
[Motivation](https://github.com/NixOS/nixpkgs/issues/257817#issuecomment-1741705042): - Having all the XKB options in the same attribute set clarifies their relation better than using a common option name prefix ("xkb"). - `services.xserver.layout` is an XKB option, but this is not obvious from its name. Putting it with the other XKB options clarifies this. Co-authored-by: Michele Guerini Rocco <rnhmjoj@users.noreply.github.com>
2023-07-24treewide: rename fonts.fonts to fonts.packagesSandro Jäckel
2022-07-30treewide: automatically md-convert option descriptionspennae
the conversion procedure is simple: - find all things that look like options, ie calls to either `mkOption` or `lib.mkOption` that take an attrset. remember the attrset as the option - for all options, find a `description` attribute who's value is not a call to `mdDoc` or `lib.mdDoc` - textually convert the entire value of the attribute to MD with a few simple regexes (the set from mdize-module.sh) - if the change produced a change in the manual output, discard - if the change kept the manual unchanged, add some text to the description to make sure we've actually found an option. if the manual changes this time, keep the converted description this procedure converts 80% of nixos options to markdown. around 2000 options remain to be inspected, but most of those fail the "does not change the manual output check": currently the MD conversion process does not faithfully convert docbook tags like <code> and <package>, so any option using such tags will not be converted at all.
2022-05-01Merge pull request #168640 from romildo/upd.enlightenment-teamdavidak
enlightenment: add maintainers team
2022-04-26nixos/enlightenment: enable libinputJosé Romildo
2022-04-14enlightenment: add maintainers teamJosé Romildo
2022-01-04nixos/enlightenment: add ecrire to system packagesJosé Romildo
2021-09-13nixos: explicitely set security.wrappers ownershiprnhmjoj
This is slightly more verbose and inconvenient, but it forces you to think about what the wrapper ownership and permissions will be.
2020-05-24enlightenment.enlightenment: fix setuid wrappersJosé Romildo Malaquias
2020-05-24nixos/enlightenment: add ephoto and rageJosé Romildo Malaquias
2020-05-24nixos/enlightenment: remove some themes and xauthJosé Romildo Malaquias
- 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.
2020-05-24nixos/enlightenment: no need to explicitly set XDG_MENU_PREFIXJosé Romildo Malaquias
It is already set in the source code upstream.
2020-05-24nixos/enlightenment: use display manager session packagesJosé Romildo Malaquias
2020-04-21treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl
Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
2020-04-05gnome2.gnome-icon-theme: move to pkgs/data/iconsJosé Romildo Malaquias
2020-04-03treewide: rename gnome2.gnome_icon_theme package to use dashesJosé Romildo Malaquias
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj
2019-12-10nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger
A centralized list for these renames is not good because: - It breaks disabledModules for modules that have a rename defined - Adding/removing renames for a module means having to find them in the central file - Merge conflicts due to multiple people editing the central file
2019-09-18nixos/environment: set GTK_DATA_PREFIXworldofpeace
Many desktop environment modules are already setting this so it already makes sense to just do this globally.
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar
GTK was renamed.
2019-06-16nixos/enlightenment: fix build with config.allowAliases=false (#61421)Jan Tojnar
nixos/enlightenment: fix build with config.allowAliases=false
2019-05-13nixos/desktop-managers: let them work when 'services.xserver.enable = false'volth
they can be used by remote desktop software, without X11 running locally
2019-05-13nixos/enlightenment: fix build with config.allowAliases=falsevolth
2018-09-06Merge branch 'no-toPath'Shea Levy
2018-08-16xdg: add modules for supporting various XDG specsMichael Peyton Jones
2018-05-22treewide: Remove uses of builtins.toPath.Shea Levy
toPath has confusing semantics and is never necessary; it can always either just be omitted or replaced by pre-concatenating `/.`. It has been marked as "!!! obsolete?" for more than 10 years in a C++ comment, hopefully removing it will let us properly deprecate and, eventually, remove it.
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar
2017-12-25enlightenment: fix XDG_MENU_PREFIXJosé Romildo Malaquias
2017-11-13enlightenment: 0.21.10 -> 0.22.0José Romildo Malaquias
- Update to version 0.22.0 - Switch build tools from autotools to meson - Change handling of setuid programs
2017-03-18nixos: Use xkbDir consistently so it has an effectBenjamin Staffin
2017-03-17nixos/treewide: remove boolean examples for optionsFranz Pletz
They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
2017-02-13Merging against upstream masterParnell Springmeyer
2017-02-01Revert "Make services.xserver.xkbDir conflict free when overriden."Tristan Helmich
This reverts commit 82bcfef109ecf58ac1503e4cab15ae53dd524f4b. cc @nbp Fixes #22290, #22352. Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
2017-01-29Merging with upstreamParnell Springmeyer
2017-01-29More derpParnell Springmeyer
2017-01-29Make services.xserver.xkbDir conflict free when overriden.Nicolas B. Pierron
2017-01-28Addressing PR feedbackParnell Springmeyer
2017-01-25setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer
2016-09-17enlightenment service: update gtk and gnome attributesKarn Kallio
2016-09-01Adapting everything for the merged permissions wrappers work.Parnell Springmeyer
2016-09-01everything?: Updating every package that depended on the old setuidPrograms ↵Parnell Springmeyer
configuration.
2016-08-23enlightenment: adapt service for efl-0.18.0José Romildo Malaquias
2016-04-25makeSearchPathOutputs: refactor to makeSearchPathOutputNikolay Amiantov
2016-04-13replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov
2016-03-12enlightenment.enlightenment: 0.20.3 -> 0.20.6Nikolay Amiantov