mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
feat: disable tidal-hifi and use high-tide
This commit is contained in:
parent
e10689d134
commit
a52c9b3b65
3 changed files with 684 additions and 679 deletions
|
@ -145,6 +145,7 @@ in
|
||||||
nautilus
|
nautilus
|
||||||
nicotine-plus # soulseek client
|
nicotine-plus # soulseek client
|
||||||
gapless # music player
|
gapless # music player
|
||||||
|
high-tide # tidal client
|
||||||
loupe # image viewer
|
loupe # image viewer
|
||||||
]
|
]
|
||||||
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 [
|
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 [
|
||||||
|
|
|
@ -27,8 +27,10 @@ in
|
||||||
programs.tidal-hifi =
|
programs.tidal-hifi =
|
||||||
lib.mkIf (config.liminalOS.programs.enable && osConfig.liminalOS.config.allowUnfree)
|
lib.mkIf (config.liminalOS.programs.enable && osConfig.liminalOS.config.allowUnfree)
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = lib.mkDefault true;
|
||||||
theme = with config.lib.stylix.colors.withHashtag; ''
|
theme =
|
||||||
|
with config.lib.stylix.colors.withHashtag;
|
||||||
|
lib.mkDefault ''
|
||||||
/*
|
/*
|
||||||
{
|
{
|
||||||
"name": "Tidal Light",
|
"name": "Tidal Light",
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
programs.browserDesktopFile = "firefox.desktop";
|
programs.browserDesktopFile = "firefox.desktop";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.tidal-hifi.enable = false;
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
userName = "Youwen Wu";
|
userName = "Youwen Wu";
|
||||||
userEmail = "youwenw@gmail.com";
|
userEmail = "youwenw@gmail.com";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue