diff options
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/home.nix | 5 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix index c47a95d..cc34a65 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -14,8 +14,9 @@ with lib; { PASSWORD_STORE_DIR = config.synced.password-store.path; }; }; - home.file.".config/ghostty".source = config.lib.meta.mkMutableSymlink /mut/ghostty; - home.file.".config/nushell".source = config.lib.meta.mkMutableSymlink /mut/nushell; + # home.file.".config/ghostty".source = config.lib.meta.mkMutableSymlink /mut/ghostty; + # home.file.".config/nushell".source = config.lib.meta.mkMutableSymlink /mut/nushell; + # xdg.configFile."nvim".source = config.lib.meta.mkMutableSymlink /mut/neovim; xdg = { enable = true; mime.enable = !machine.isDarwin; diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index dc3bc6e..8ec65a0 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -4,7 +4,6 @@ ... }: { hm = { - xdg.configFile."nvim".source = config.lib.meta.mkMutableSymlink /mut/neovim; editorconfig = { enable = true; settings = { |
