From 4e346e14430aa6d5e7a33ed020cd7bf3366c7179 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 12 Jul 2026 02:15:59 +0200 Subject: [PATCH] Forgot to add the import, fixed a mistake --- modules_dentritic/features/desktop/rice/music.nix | 2 +- modules_dentritic/hosts/common/common.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules_dentritic/features/desktop/rice/music.nix b/modules_dentritic/features/desktop/rice/music.nix index 0b0666a..533a34f 100644 --- a/modules_dentritic/features/desktop/rice/music.nix +++ b/modules_dentritic/features/desktop/rice/music.nix @@ -1,6 +1,6 @@ { self, inputs, ... }: let - spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system}; + spicePkgs = inputs.spicetify-nix.legacyPackages.${self.system}; in { flake = { homeModules = { diff --git a/modules_dentritic/hosts/common/common.nix b/modules_dentritic/hosts/common/common.nix index 0d49751..7cfb58a 100644 --- a/modules_dentritic/hosts/common/common.nix +++ b/modules_dentritic/hosts/common/common.nix @@ -7,6 +7,7 @@ self.homeModules.zed self.homeModules.env self.homeModules.git + self.homeModules.spicetify ]; home = {