mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-19 08:11:26 +02:00
fix(home): autostart Chrome on aarch64 Linux
This commit is contained in:
@@ -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"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user