fix: package rename

This commit is contained in:
Ryan Yin
2025-11-11 11:02:34 +08:00
parent cd4389a40f
commit 60d1909055
5 changed files with 5 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
# - Firefox's flatpak manifest: https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/docker/firefox-flatpak/runme.sh#l151
{
lib,
firefox-wayland,
firefox,
mkNixPak,
buildEnv,
makeDesktopItem,
@@ -23,7 +23,7 @@ let
}:
{
app = {
package = firefox-wayland;
package = firefox;
binPath = "bin/firefox";
};
flatpak.appId = appId;

View File

@@ -17,7 +17,7 @@
# for flypy chinese input method
fcitx5-rime
# needed enable rime using configtool after installed
fcitx5-configtool
qt6Packages.fcitx5-configtool
# fcitx5-chinese-addons # we use rime instead
# fcitx5-mozc # japanese input method
fcitx5-gtk # gtk im module

View File

@@ -16,7 +16,7 @@
libva-utils
vdpauinfo
vulkan-tools
glxinfo
mesa-demos
nvitop
(pkgs-x64.zoom-us.override { hyprlandXdgDesktopPortalSupport = true; })
];

View File

@@ -4,7 +4,6 @@
}:
{
home.packages = with pkgs; [
# firefox-wayland
nixpaks.firefox
];

View File

@@ -46,7 +46,7 @@
(ripgrep.override { withPCRE2 = true; })
duf # Disk Usage/Free Utility - a better 'df' alternative
du-dust # A more intuitive version of `du` in rust
dust # A more intuitive version of `du` in rust
gdu # disk usage analyzer(replacement of `du`)
ncdu # analyzer your disk usage Interactively, via TUI(replacement of `du`)