about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
Commit message (Collapse)AuthorAge
* pantheon.elementary-session-settings: add g-s-d version mappingsworldofpeace2020-04-06
| | | | Needed to have a correct pantheon.session gnome-session file.
* pantheon.elementary-session-settings: 5.0.3 -> 2019-11-12worldofpeace2020-04-06
| | | | So we can drop the meson.patch intree.
* pantheon: no bash update script, nixpkgs_github_updateworldofpeace2019-12-22
| | | | | | Cuz ew. What could be more ew? Not this really. Clearly using update-source-version (bash) from a different lang is better? 😜️
* nixos/sessionPackages: provide session names in passthruTor Hedin Brønner2019-12-15
| | | | We want access to the valid session names at evaluation time.
* pantheon.elementary-session-settings: build with mesonworldofpeace2019-10-05
|
* pantheon.elementary-session-settings: use writeTextFile, change plank dirsworldofpeace2019-10-05
| | | | Adapts to plank launcher directory change.
* pantheon.elementary-session-settings: add default settings to config dirsworldofpeace2019-10-03
| | | | Also don't use placeholder in the executable.
* treewide: remove redundant quotesvolth2019-09-08
|
* pantheon.elementary-session-settings: add onboard autostartworldofpeace2019-09-02
|
* pantheon: stylize expressionsworldofpeace2019-08-06
| | | | | | The same way we want them in GNOME in nixpkgs. Didn't touch the greeter expression because I have a branch where it's already rewritten.
* pantheon: use dontConfigure where applicableworldofpeace2019-08-05
|
* pantheon: use repoNameworldofpeace2019-08-05
| | | | Now these expressions don't look so weird.
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* pantheon.elementary-session-settings: use custom mimeapps.listworldofpeace2019-02-24
| | | | | | | | | | | | | | We need this to be customized because in the latest GNOME the desktop file name for evince changed from `evince.desktop` to `org.gnome.Evince.desktop`. Additonally we don't have pantheon-mail so we have to switch that out for geary. Also note that we're using the desktop specific type of mimeapps.list[0]. This makes the defaults only apply for the pantheon desktop. [0]: https://specifications.freedesktop.org/mime-apps-spec/latest/ar01s02.html
* pantheon: init a 5.0worldofpeace2019-01-24