From 6bde188e7b81de374b942d939faad0b619042c24 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 28 Dec 2023 22:10:17 +0100 Subject: [PATCH] small relative path fix --- home-manager/desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/desktop/configuration.nix b/home-manager/desktop/configuration.nix index f34a413..b26fcb5 100644 --- a/home-manager/desktop/configuration.nix +++ b/home-manager/desktop/configuration.nix @@ -16,7 +16,7 @@ # You can also split up your configuration and import pieces of it here: # ./nvim.nix - ./package-configs/zsh.nix + ../package-configs/zsh.nix ]; nixpkgs = { # You can add overlays here