mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
sudo-edit seems useful
This commit is contained in:
parent
473211bdcc
commit
429f3c52c9
|
@ -1857,6 +1857,7 @@ Any git package can be configured for a particular commit or branch:
|
||||||
(package! docker-tramp :disable t)
|
(package! docker-tramp :disable t)
|
||||||
(package! org-ql)
|
(package! org-ql)
|
||||||
(package! persist)
|
(package! persist)
|
||||||
|
(package! sudo-edit)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Nix Integration
|
* Nix Integration
|
||||||
In order to have Nix load my Doom Emacs configuration [[./doom.nix][doom.nix]], which I source in the =imports= block of my [[../../../profiles/work/home.nix][home.nix]].
|
In order to have Nix load my Doom Emacs configuration [[./doom.nix][doom.nix]], which I source in the =imports= block of my [[../../../profiles/work/home.nix][home.nix]].
|
||||||
|
|
|
@ -29,3 +29,4 @@
|
||||||
(package! docker-tramp :disable t)
|
(package! docker-tramp :disable t)
|
||||||
(package! org-ql)
|
(package! org-ql)
|
||||||
(package! persist)
|
(package! persist)
|
||||||
|
(package! sudo-edit)
|
||||||
|
|
Loading…
Reference in a new issue