(home/jo) Add youtube-music configuration

This commit is contained in:
Jo 2025-05-23 00:23:55 +02:00
parent 757189c8cb
commit b109eda2d0
9 changed files with 110 additions and 3 deletions

View file

@ -69,7 +69,13 @@ in {
mkIf (userConfig.enable && homeConfigExists username) (
{osConfig, ...}: {
# Import user home configuration and general home modules
imports = [(getHomeConfigPath username) inputs.sops-nix.homeManagerModules.sops inputs.catppuccin.homeModules.default inputs.nixcord.homeModules.nixcord] ++ homeModules;
imports = [
(getHomeConfigPath username)
inputs.sops-nix.homeManagerModules.sops
inputs.catppuccin.homeModules.default
inputs.nixcord.homeModules.nixcord
inputs.youtube-music.homeManagerModules.default
] ++ homeModules;
home.stateVersion = lib.mkDefault osConfig.system.stateVersion;
}