fix: disable spicetify-nix for now until fix for https://github.com/Gerg-L/spicetify-nix/issues/253 is merged

This commit is contained in:
etwas 2025-01-28 11:44:42 +01:00
parent c16283f9a3
commit b002b88d27
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
pkgs,
inputs,
spicetify-nix,
#spicetify-nix,
agenix,
...
}:
@ -9,7 +9,7 @@
imports = [
inputs.home-manager.nixosModules.home-manager
inputs.catppuccin.nixosModules.catppuccin
inputs.spicetify-nix.nixosModules.default
#inputs.spicetify-nix.nixosModules.default
];
home-manager = {
@ -17,7 +17,7 @@
useGlobalPkgs = true;
extraSpecialArgs = {
inherit spicetify-nix;
#inherit spicetify-nix;
inherit agenix;
};
@ -29,8 +29,6 @@
homeDirectory = "/home/rhea";
};
programs.home-manager.enable = true;
catppuccin = {
flavor = "mocha";
accent = "mauve";
@ -39,7 +37,7 @@
imports =
[
inputs.catppuccin.homeManagerModules.catppuccin
inputs.spicetify-nix.homeManagerModules.default
# inputs.spicetify-nix.homeManagerModules.default
inputs.nix-index-database.hmModules.nix-index
inputs.agenix.homeManagerModules.age
inputs.private-config.homeManagerModules.default

View file

@ -1,6 +1,6 @@
{
imports = [
./packages.nix
./spicetify.nix
#./spicetify.nix
];
}