Skip to content

Commit 80221fa

Browse files
committed
syncthingtray-minimal: move to pkgs/by-name
1 parent 679b9ae commit 80221fa

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
syncthingtray,
3+
}:
4+
5+
syncthingtray.override {
6+
webviewSupport = false;
7+
jsSupport = false;
8+
kioPluginSupport = false;
9+
plasmoidSupport = false;
10+
systemdSupport = true;
11+
}

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11886,13 +11886,6 @@ with pkgs;
1188611886
# renamed in KF5 -> KF6
1188711887
plasma-framework = kdePackages.libplasma;
1188811888
};
11889-
syncthingtray-minimal = syncthingtray.override {
11890-
webviewSupport = false;
11891-
jsSupport = false;
11892-
kioPluginSupport = false;
11893-
plasmoidSupport = false;
11894-
systemdSupport = true;
11895-
};
1189611889

1189711890
synergyWithoutGUI = synergy.override { withGUI = false; };
1189811891

0 commit comments

Comments
 (0)