From 12a268e9b2d2ba745eecc07d2344313b2746d788 Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:38:21 +0100 Subject: updates --- profiles/core/meta.nix | 2 +- profiles/core/neovim.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'profiles') diff --git a/profiles/core/meta.nix b/profiles/core/meta.nix index 0cf0c1c..afd3e55 100644 --- a/profiles/core/meta.nix +++ b/profiles/core/meta.nix @@ -1,6 +1,6 @@ {inputs,lib,config, ...}: with lib; { lib.meta = { - configPath = "/nix-config"; + configPath = "${config.my.home}/nix-config"; mkMutableSymlink = path: config.hm.lib.file.mkOutOfStoreSymlink (config.lib.meta.configPath + removePrefix (toString inputs.self) (toString path)); diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index 500260b..b5531c1 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -79,7 +79,6 @@ trouble-nvim vim-easy-align nvim-comment - nvim-cinnamon # cmp nvim-cmp -- cgit v1.2.3