0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

nix: perform autoformatting

This commit is contained in:
Yury Shvedov
2025-03-09 16:24:22 +03:00
parent ec926bad0f
commit d45af61f82
3 changed files with 87 additions and 61 deletions

View File

@@ -1,19 +1,27 @@
{ yandex-music-with
, isHm ? false
{
yandex-music-with,
isHm ? false,
}:
{
lib,
pkgs,
config,
...
}:
{ lib, pkgs, config, ... }:
let
cfg = config.programs.yandex-music;
in
{
imports = [{
nixpkgs.overlays = [
(final: prev: {
yandex-music = yandex-music-with prev;
})
];
}];
imports = [
{
nixpkgs.overlays = [
(final: prev: {
yandex-music = yandex-music-with prev;
})
];
}
];
options = {
programs.yandex-music = {