mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Add nix bin path to tramp-remote-path
This commit is contained in:
@ -1,5 +1,12 @@
|
|||||||
;;; lang/nix/config.el -*- lexical-binding: t; -*-
|
;;; 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
|
(use-package! nix-mode
|
||||||
:interpreter ("\\(?:cached-\\)?nix-shell" . +nix-shell-init-mode)
|
:interpreter ("\\(?:cached-\\)?nix-shell" . +nix-shell-init-mode)
|
||||||
:mode "\\.nix\\'"
|
:mode "\\.nix\\'"
|
||||||
|
Reference in New Issue
Block a user