Rename packages

This commit is contained in:
Fern Garden 2025-07-09 09:32:53 +08:00
parent 13e52cb27e
commit f1216bc9ad

View file

@ -1,8 +1,7 @@
{ {
pkgs, pkgs,
userPkgs,
lib, lib,
feishin0_17,
fluffychat2,
... ...
}: }:
with lib; with lib;
@ -110,7 +109,7 @@ with lib;
caligula caligula
celluloid celluloid
discord discord
feishin0_17.feishin userPkgs.feishin
ghostty ghostty
gimp3 gimp3
glabels-qt glabels-qt
@ -138,7 +137,7 @@ with lib;
}) })
# FluffyChat 2.0.0 with fixed desktop item. # FluffyChat 2.0.0 with fixed desktop item.
(fluffychat2.fluffychat.overrideAttrs ( (userPkgs.fluffychat.overrideAttrs (
finalAttrs: previousAttrs: { finalAttrs: previousAttrs: {
desktopItems = [ desktopItems = [
((builtins.elemAt previousAttrs.desktopItems 0).override { startupWMClass = "fluffychat"; }) ((builtins.elemAt previousAttrs.desktopItems 0).override { startupWMClass = "fluffychat"; })