mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 03:28:30 -07:00
fix: tidal-hifi only works on x86_64
This commit is contained in:
parent
d5c290f441
commit
d8e1abcbf1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue