about summary refs log tree commit diff
path: root/nixos/modules/programs/gnome-terminal.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02nixos/gnome: Remove global with expressionsJan Tojnar1-5/+3
The can potentially mask evaluation errors due to laziness of variable access within.
2024-05-02nixos/gnome: Remove deprecated aliasesJan Tojnar1-7/+0
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-1/+1
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.
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
conversions were done using https://github.com/pennae/nix-doc-munge using (probably) rev f34e145 running nix-doc-munge nixos/**/*.nix nix-doc-munge --import nixos/**/*.nix the tool ensures that only changes that could affect the generated manual *but don't* are committed, other changes require manual review and are discarded.
2021-05-08gnome: rename from gnome3Jan Tojnar1-3/+3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2020-04-01nixos: add freedesktop/gnome/myself maintainersworldofpeace1-2/+4
2019-08-21nixos/gnome-terminal: initworldofpeace1-0/+36
This module obsoletes services.gnome3.gnome-terminal-server as that's a confusing option for users, and sounds internal. It's much simpler to have a gnome-terminal module.