Add webone, misc changes.
This commit is contained in:
parent
f1216bc9ad
commit
997b93d6ca
5 changed files with 102 additions and 22 deletions
|
@ -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"; })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue