Add nix bin path to tramp-remote-path
This commit is contained in:
parent
5eb7e6ed6b
commit
876d08fc3b
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
;;; lang/nix/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! tramp
|
||||
(add-to-list 'tramp-remote-path "/run/current-system/sw/bin"))
|
||||
|
||||
|
||||
;;
|
||||
;;; Plugins
|
||||
|
||||
(use-package! nix-mode
|
||||
:interpreter ("\\(?:cached-\\)?nix-shell" . +nix-shell-init-mode)
|
||||
:mode "\\.nix\\'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue