mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 03:28:30 -07:00
feat: switch to tidal-hifi
This commit is contained in:
parent
2f9110c98d
commit
d6e9d225a9
4 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
config,
|
||||
osConfig,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
|
@ -106,6 +107,7 @@ in
|
|||
sbctl
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.targetPlatform.isAarch64 [ ]
|
||||
++ lib.optionals osConfig.liminalOS.config.allowUnfree [ tidal-hifi ]
|
||||
)
|
||||
);
|
||||
};
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
config = lib.mkIf (config.liminalOS.programs.enable && osConfig.liminalOS.config.allowUnfree) {
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
# theme = spicepkgs.themes.dribbblish;
|
||||
# colorScheme = "rosepine";
|
||||
enabledExtensions = with spicepkgs.extensions; [
|
||||
|
|
|
@ -614,5 +614,6 @@
|
|||
"spellCheckLanguages": [
|
||||
"en-US",
|
||||
"en"
|
||||
]
|
||||
],
|
||||
"arRPC": true
|
||||
}
|
|
@ -113,6 +113,8 @@ in
|
|||
config.liminalOS.config.extraUnfreePackages
|
||||
++ [
|
||||
"spotify"
|
||||
"tidal-hifi"
|
||||
"castlabs-electron"
|
||||
]
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue