about summary refs log tree commit diff
path: root/pkgs/by-name/sw
AgeCommit message (Collapse)AuthorFilesLines
2024-06-16Merge pull request #318906 from matteo-pacini/swiftlintWeijia Wang1-0/+42
swiftlint: init at 0.55.1
2024-06-14swiftlint: init at 0.55.1Matteo Pacini1-0/+42
2024-06-11Merge pull request #289317 from newAM/swaywsrPeder Bergebakken Sundt1-4/+4
swaywsr: 1.1.1 -> 1.3.0
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt6-6/+6
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-03swaycons: 0.2.0 -> 0.3.1Patrick Aldis1-6/+6
2024-05-29switch-to-configuration-ng: retain escaped content in unit filesJared Baur1-11/+62
By default, the INI parser in `rust-ini` tries to unescape the content it receives, causing issues such as those uncovered in https://github.com/NixOS/nixpkgs/issues/315602. We don't ever need the content to be unescaped for our purposes, so we can configure the parser to retain escape characters.
2024-05-24pkgs/by-name: remove unuseed fetchpatch argumentsSigmanificient1-1/+1
2024-05-17sword: 1.8.1 -> 1.9.0Alexis Hildebrandt1-0/+64
2024-05-10nixos/switch-to-configuration: add new implementationJared Baur6-0/+2690
This adds an implementation of switch-to-configuration that allows for closer interaction with the lifecycle of systemd units by using DBus APIs directly instead of using systemctl. It is disabled by default, but can be enabled by specifying `{ system.switch = { enable = false; enableNg = true; }; }`.
2024-05-04swww: cleanup using nixfmt-rfc-style, use lib explicitly where requiredJohn Titor1-12/+16
2024-05-04swww: 0.9.4 -> 0.9.5John Titor2-75/+67
2024-05-01Merge branch 'master' into staging-nextK9007-28/+237
2024-04-30Merge branch 'master' into staging-nextWeijia Wang1-2/+2
2024-04-29swayfx-unwrapped: add basic nixos testéclairevoyant1-0/+2
2024-04-29swayfx-unwrapped: add version testéclairevoyant1-0/+11
2024-04-29swayfx-unwrapped: 0.3.2 -> 0.4éclairevoyant1-16/+15
2024-04-29swayfx-unwrapped: decouple from sway-unwrappedéclairevoyant5-6/+194
2024-04-29swayfx-unwrapped: fix `meta.changelog`éclairevoyant1-0/+1
2024-04-29swayfx-unwrapped: use `finalAttrs` instead of `rec`éclairevoyant1-2/+2
2024-04-29swayfx-unwrapped: remove `meta = with lib;`éclairevoyant1-4/+7
2024-04-29sway-unwrapped: remove `meta = with lib;`éclairevoyant1-4/+4
2024-04-29sway-unwrapped: use meson string functionséclairevoyant1-5/+7
2024-04-29sway-unwrapped: remove unused argéclairevoyant1-1/+1
2024-04-29sway: remove `with lib;`éclairevoyant1-5/+8
2024-04-28swaybg: 1.2.0 -> 1.2.1R. Ryantm1-2/+2
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar3-6/+6
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-26Merge master into staging-nextgithub-actions[bot]2-2/+2
2024-04-26Merge pull request #305642 from wegank/lib-version-fixWeijia Wang2-2/+2
treewide: fix version in changelog
2024-04-24switcheroo: 2.1.0 -> 2.2.0Michael Evans1-4/+4
2024-04-21treewide: fix version in changelogWeijia Wang2-2/+2
2024-04-21swayosd: unstable-2023-09-26 -> 0-unstable-2024-04-15Sergio Ribera1-5/+14
2024-04-18Merge pull request #304842 from hakan-demirli/swwwAleksana2-3/+1975
swww: 0.9.1 -> 0.9.4
2024-04-18swww: 0.9.1 -> 0.9.4hakan-demirli2-3/+1975
2024-04-06swayimg: 2.1 -> 2.2R. Ryantm1-2/+2
2024-04-02swaymux: 1.0 -> 1.1LordGrimmauld1-2/+2
2024-03-30Merge pull request #298258 from r-ryantm/auto-update/swwwWeijia Wang1-3/+3
swww: 0.8.2 -> 0.9.1
2024-03-27swaymux: init at 1.0LordGrimmauld1-0/+37
2024-03-23swww: 0.8.2 -> 0.9.1R. Ryantm1-3/+3
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm4-0/+4
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-16swww: cleanupDonovan Glover1-5/+5
2024-03-16swww: migrate to by-nameDonovan Glover1-0/+58
2024-03-14switcheroo: 2.0.1 -> 2.1.0aleksana1-4/+16
2024-03-07Merge pull request #285988 from r-ryantm/auto-update/swayimgWeijia Wang1-2/+2
swayimg: 2.0 -> 2.1
2024-02-29Merge pull request #287805 from raboof/sway-update-to-1.9Arnout Engelen2-23/+6
sway: 1.8.1 -> 1.9.0
2024-02-29sway: 1.8.1 -> 1.9.0Arnout Engelen2-23/+6
Co-authored-by: Phileas Lebada <norpol@users.noreply.github.com> Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-02-27swaycons: mark available on all linux platformsNick Cao1-1/+1
2024-02-16swaywsr: 1.1.1 -> 1.3.0Alex Martens1-4/+4
2024-02-03Merge pull request #282067 from michaelgrahamevans/switcheroomaxine1-0/+62
2024-02-03swayimg: 2.0 -> 2.1R. Ryantm1-2/+2