Add nix bin path to tramp-remote-path

This commit is contained in:
Henrik Lissner 2020-10-15 15:57:33 -04:00
parent 5eb7e6ed6b
commit 876d08fc3b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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\\'"