fix: tidal-hifi only works on x86_64

This commit is contained in:
Youwen Wu 2025-06-25 17:36:33 -07:00
parent d5c290f441
commit d8e1abcbf1
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -20,7 +20,7 @@ in
'';
};
};
config = {
config = lib.mkIf pkgs.stdenv.targetPlatform.isx86_64 {
home.packages = lib.mkIf cfg.enable [ pkgs.tidal-hifi ];
xdg.configFile."tidal-hifi/themes/stylix.css".text = lib.mkIf (cfg.theme != null) cfg.theme;