diff options
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/meta.nix | 2 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 1 |
2 files changed, 1 insertions, 2 deletions
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 |
