···140 description = "GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust";
141 homepage = "https://wezfurlong.org/wezterm";
142 license = licenses.mit;
0143 maintainers = with maintainers; [ SuperSandro2000 mimame ];
144 };
145}
···140 description = "GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust";
141 homepage = "https://wezfurlong.org/wezterm";
142 license = licenses.mit;
143+ mainProgram = "wezterm";
144 maintainers = with maintainers; [ SuperSandro2000 mimame ];
145 };
146}
+3-2
pkgs/applications/video/streamlink/default.nix
···45 ];
4647 meta = with lib; {
0048 homepage = "https://streamlink.github.io/";
49- description = "CLI for extracting streams from various websites to video player of your choosing";
50 longDescription = ''
51 Streamlink is a CLI utility that pipes videos from online
52 streaming services to a variety of video players such as VLC, or
···5455 Streamlink is a fork of the livestreamer project.
56 '';
57- changelog = "https://github.com/streamlink/streamlink/raw/${version}/CHANGELOG.md";
58 license = licenses.bsd2;
059 maintainers = with maintainers; [ dezgeg zraexy DeeUnderscore ];
60 };
61}
···45 ];
4647 meta = with lib; {
48+ changelog = "https://github.com/streamlink/streamlink/raw/${version}/CHANGELOG.md";
49+ description = "CLI for extracting streams from various websites to video player of your choosing";
50 homepage = "https://streamlink.github.io/";
051 longDescription = ''
52 Streamlink is a CLI utility that pipes videos from online
53 streaming services to a variety of video players such as VLC, or
···5556 Streamlink is a fork of the livestreamer project.
57 '';
058 license = licenses.bsd2;
59+ mainProgram = "streamlink";
60 maintainers = with maintainers; [ dezgeg zraexy DeeUnderscore ];
61 };
62}
+3-2
pkgs/applications/window-managers/sway/bg.nix
···2627 meta = with lib; {
28 description = "Wallpaper tool for Wayland compositors";
029 longDescription = ''
30 A wallpaper utility for Wayland compositors, that is compatible with any
31 Wayland compositor which implements the following Wayland protocols:
32 wlr-layer-shell, xdg-output, and xdg-shell.
33 '';
34- inherit (src.meta) homepage;
35 license = licenses.mit;
36- platforms = platforms.linux;
37 maintainers = with maintainers; [ primeos ];
038 };
39}
···2627 meta = with lib; {
28 description = "Wallpaper tool for Wayland compositors";
29+ inherit (src.meta) homepage;
30 longDescription = ''
31 A wallpaper utility for Wayland compositors, that is compatible with any
32 Wayland compositor which implements the following Wayland protocols:
33 wlr-layer-shell, xdg-output, and xdg-shell.
34 '';
035 license = licenses.mit;
36+ mainProgram = "swaybg";
37 maintainers = with maintainers; [ primeos ];
38+ platforms = platforms.linux;
39 };
40}
+4-3
pkgs/applications/window-managers/sway/idle.nix
···12 owner = "swaywm";
13 repo = "swayidle";
14 rev = version;
15- sha256 = "sha256-/U6Y9H5ZqIJph3TZVcwr9+Qfd6NZNYComXuC1D9uGHg=";
16 };
1718 strictDeps = true;
···2930 meta = with lib; {
31 description = "Idle management daemon for Wayland";
032 longDescription = ''
33 Sway's idle management daemon. It is compatible with any Wayland
34 compositor which implements the KDE idle protocol.
35 '';
36- inherit (src.meta) homepage;
37 license = licenses.mit;
38- platforms = platforms.linux;
39 maintainers = with maintainers; [ primeos ];
040 };
41}
···12 owner = "swaywm";
13 repo = "swayidle";
14 rev = version;
15+ hash = "sha256-/U6Y9H5ZqIJph3TZVcwr9+Qfd6NZNYComXuC1D9uGHg=";
16 };
1718 strictDeps = true;
···2930 meta = with lib; {
31 description = "Idle management daemon for Wayland";
32+ inherit (src.meta) homepage;
33 longDescription = ''
34 Sway's idle management daemon. It is compatible with any Wayland
35 compositor which implements the KDE idle protocol.
36 '';
037 license = licenses.mit;
38+ mainProgram = "swayidle";
39 maintainers = with maintainers; [ primeos ];
40+ platforms = platforms.linux;
41 };
42}