Add webone, misc changes.

This commit is contained in:
Fern Garden 2025-07-09 12:02:55 +08:00
parent f1216bc9ad
commit 997b93d6ca
5 changed files with 102 additions and 22 deletions

View file

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