Spicetify-Nix: Difference between revisions

Pigs (talk | contribs)
m Add category desktop
Nyxar77 (talk | contribs)
m fixed the error for nix-darwin
 
(One intermediate revision by one other user not shown)
Line 27: Line 27:
   inputs.spicetify-nix.homeManagerModules.default
   inputs.spicetify-nix.homeManagerModules.default
   # For nix-darwin
   # For nix-darwin
   inputs.spicetify-nix.homeManagerModules.default
   inputs.spicetify-nix.darwinModules.default
];
];
</syntaxhighlight>
</syntaxhighlight>
Line 35: Line 35:
<syntaxhighlight lang="nix">programs.spicetify =
<syntaxhighlight lang="nix">programs.spicetify =
let
let
   spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
   spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in
in
{
{
Line 46: Line 46:
programs.spicetify =
programs.spicetify =
let
let
   spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
   spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in
in
{
{