From 4516a9581b83f640788a9934167e6696e6ffec48 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 7 Feb 2026 20:57:07 +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 85ec9fe..31393b2 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.nix + modules.zed modules.hm.shell ];