update flake & fix nixpkgs error

Former-commit-id: 8f3645996a
This commit is contained in:
Hadi
2025-01-06 23:35:06 +01:00
parent 029655cb72
commit 21beb27859
3 changed files with 166 additions and 119 deletions

View File

@@ -6,9 +6,6 @@ let
in {
imports = [ inputs.spicetify-nix.homeManagerModules.default ];
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ "spotify" ];
stylix.targets.spicetify.enable = false;
programs.spicetify = {