diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-17 01:38:21 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-19 13:11:00 +0100 |
| commit | 12a268e9b2d2ba745eecc07d2344313b2746d788 (patch) | |
| tree | 0c8f151f1578125dd7126b67738991e45c3e5800 /profiles/core | |
| parent | da277262878277256140156c9074e243c59f4a6c (diff) | |
updates
Diffstat (limited to 'profiles/core')
| -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 |
