Music apps
This commit is contained in:
parent
12a513eb2f
commit
f4004b2772
3 changed files with 24 additions and 1 deletions
22
homes/x86_64-linux/kylekrein/music.nix
Normal file
22
homes/x86_64-linux/kylekrein/music.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
osConfig,
|
||||
...
|
||||
}: let
|
||||
impermanence = config.custom.impermanence;
|
||||
in {
|
||||
config = lib.optionals osConfig.custom.presets.wayland.enable {
|
||||
home.packages = with pkgs; [
|
||||
lrcget
|
||||
picard
|
||||
beets
|
||||
];
|
||||
home.persistence = lib.mkIf impermanence.enable {
|
||||
"${impermanence.persistentStorage}".directories = [
|
||||
".config/MusicBrainz"
|
||||
".config/beets"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -91,7 +91,7 @@ in {
|
|||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/auto-tab-discard/latest.xpi";
|
||||
installation_mode = "force_installed";
|
||||
};
|
||||
#aliasvault
|
||||
#aliasvault
|
||||
"{a06e3383-fc5f-431d-8405-1c54c2f85971}" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/aliasvault/latest.xpi";
|
||||
installation_mode = "force_installed";
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
MusicFolder = "/zstorage/media/music";
|
||||
EnableSharing = true;
|
||||
BaseUrl = "https://music.kylekrein.com";
|
||||
FFmpegPath = "${pkgs.ffmpeg}/bin/ffmpeg";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue