Rename packages
This commit is contained in:
parent
13e52cb27e
commit
f1216bc9ad
1 changed files with 3 additions and 4 deletions
|
@ -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"; })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue