Auto-commit: 2026-01-05 16:07:02
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{ inputs, pkgs, config, lib, ... }:
|
||||
let
|
||||
cfg = config.my.desktop.spicetify;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
];
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.spicetify =
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
@@ -30,4 +34,5 @@
|
||||
theme = spicePkgs.themes.catppuccin;
|
||||
colorScheme = "mocha";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user