working flake-parts

This commit is contained in:
vali 2024-07-21 21:58:18 +02:00
commit ceb855a857
15 changed files with 243 additions and 88 deletions

View file

@ -3,12 +3,12 @@
pkgs,
lib,
inputs,
inputs',
...
}: let
cfg = config.modules.system.programs.spotify;
inherit (config.modules.other.system) username;
spicePkgs = inputs.spicetify-nix.packages.${pkgs.system}.default;
# inherit (inputs.spicetify-nix.packages.${pkgs.system}) spicetify-nix;
spicePkgs = inputs'.spicetify-nix.packages.default;
in {
config = lib.mkIf cfg.enable {
home-manager.users.${username} = {