feat: disable tidal-hifi and use high-tide

This commit is contained in:
Youwen Wu 2025-07-27 02:57:48 +08:00
parent e10689d134
commit a52c9b3b65
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 684 additions and 679 deletions

View file

@ -145,6 +145,7 @@ in
nautilus
nicotine-plus # soulseek client
gapless # music player
high-tide # tidal client
loupe # image viewer
]
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 [

View file

@ -27,8 +27,10 @@ in
programs.tidal-hifi =
lib.mkIf (config.liminalOS.programs.enable && osConfig.liminalOS.config.allowUnfree)
{
enable = true;
theme = with config.lib.stylix.colors.withHashtag; ''
enable = lib.mkDefault true;
theme =
with config.lib.stylix.colors.withHashtag;
lib.mkDefault ''
/*
{
"name": "Tidal Light",

View file

@ -27,6 +27,8 @@
programs.browserDesktopFile = "firefox.desktop";
};
programs.tidal-hifi.enable = false;
programs.git = {
userName = "Youwen Wu";
userEmail = "youwenw@gmail.com";