feat: reenable spicetify, it is fixed
This commit is contained in:
parent
7d1663029d
commit
601012b352
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
@ -37,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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./packages.nix
|
||||
#./spicetify.nix
|
||||
./spicetify.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue