This commit is contained in:
blahai 2024-09-02 12:05:00 +03:00
parent f20c16ac95
commit 0a50b61903
No known key found for this signature in database
175 changed files with 305 additions and 22000 deletions

View file

@ -1,9 +1,13 @@
{ pkgs, lib, config, ... }: {
{ pkgs, lib, config, inputs, ... }: {
imports = [
inputs.spicetify-nix.homeManagerModules.default
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"spotify"
];
programs.spicetify =
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
@ -16,5 +20,5 @@
];
theme = spicePkgs.themes.comfy;
colorScheme = "Hikari";
}
};
}