fix(home): autostart Chrome on aarch64 Linux

This commit is contained in:
Ryan Yin
2026-09-19 09:51:08 +08:00
parent 501c6af220
commit e7f984745b
+2 -7
View File
@@ -22,11 +22,6 @@
# nixpaks
"${pkgs.nixpaks.firefox}/share/applications/org.mozilla.firefox.desktop"
"${pkgs.nixpaks.telegram-desktop}/share/applications/org.telegram.desktop.desktop"
]
++ (
if pkgs.stdenv.hostPlatform.isx86_64 then
[ "${pkgs.google-chrome}/share/applications/google-chrome.desktop" ]
else
[ "${pkgs.chromium}/share/applications/chromium-browser.desktop" ]
);
"${pkgs.google-chrome}/share/applications/google-chrome.desktop"
];
}