Add nix and version control
This commit is contained in:
15
init.el
15
init.el
@@ -60,6 +60,21 @@
|
|||||||
(use-package no-littering
|
(use-package no-littering
|
||||||
:demand t)
|
:demand t)
|
||||||
|
|
||||||
|
;; Version control
|
||||||
|
(use-package magit)
|
||||||
|
|
||||||
|
;;;; Nix Related
|
||||||
|
|
||||||
|
;; Nix direnv support
|
||||||
|
(use-package direnv
|
||||||
|
:demand t
|
||||||
|
:config
|
||||||
|
(direnv-mode))
|
||||||
|
|
||||||
|
(use-package nix-mode)
|
||||||
|
|
||||||
|
;;;; End Nix Related
|
||||||
|
|
||||||
;;;; Web Related
|
;;;; Web Related
|
||||||
(use-package web-mode
|
(use-package web-mode
|
||||||
:init
|
:init
|
||||||
|
|||||||
Reference in New Issue
Block a user