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:
parent
c16283f9a3
commit
b002b88d27
2 changed files with 5 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
inputs,
|
||||||
spicetify-nix,
|
#spicetify-nix,
|
||||||
agenix,
|
agenix,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
inputs.catppuccin.nixosModules.catppuccin
|
||||||
inputs.spicetify-nix.nixosModules.default
|
#inputs.spicetify-nix.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit spicetify-nix;
|
#inherit spicetify-nix;
|
||||||
inherit agenix;
|
inherit agenix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -29,8 +29,6 @@
|
||||||
homeDirectory = "/home/rhea";
|
homeDirectory = "/home/rhea";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
|
||||||
|
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
flavor = "mocha";
|
flavor = "mocha";
|
||||||
accent = "mauve";
|
accent = "mauve";
|
||||||
|
|
@ -39,7 +37,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
inputs.catppuccin.homeManagerModules.catppuccin
|
inputs.catppuccin.homeManagerModules.catppuccin
|
||||||
inputs.spicetify-nix.homeManagerModules.default
|
# inputs.spicetify-nix.homeManagerModules.default
|
||||||
inputs.nix-index-database.hmModules.nix-index
|
inputs.nix-index-database.hmModules.nix-index
|
||||||
inputs.agenix.homeManagerModules.age
|
inputs.agenix.homeManagerModules.age
|
||||||
inputs.private-config.homeManagerModules.default
|
inputs.private-config.homeManagerModules.default
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./spicetify.nix
|
#./spicetify.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue