From fddf5a4f285f159484e61f1a8b752f226658d9c1 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 7 Feb 2026 20:58:20 +0100 Subject: [PATCH] Fixed a wrong path --- hosts/common/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 31393b2..96823ba 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -8,7 +8,7 @@ in imports = [ inputs.spicetify-nix.homeManagerModules.spicetify modules.hm.spicetify - modules.zed + modules.hm.zed modules.hm.shell ];