mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 18:58:28 +02:00
fix: shoukei - filter packages that do not support aarch64
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
programs = {
|
||||
# source code: https://github.com/nix-community/home-manager/blob/master/modules/programs/chromium.nix
|
||||
google-chrome = {
|
||||
enable = true;
|
||||
enable = pkgs.stdenv.isx86_64;
|
||||
package = pkgs-stable.google-chrome;
|
||||
|
||||
# https://wiki.archlinux.org/title/Chromium#Native_Wayland_support
|
||||
|
||||
Reference in New Issue
Block a user