init commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# For Home Manager: spicetify-nix.homeManagerModules.spicetify
|
||||
|
||||
{ pkgs, inputs, ... }:
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
||||
in {
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
];
|
||||
theme = spicePkgs.themes.catppuccin;
|
||||
colorScheme = "mocha";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user