diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-21 21:50:19 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-21 21:50:19 +0530 | 
| commit | 00561c0116e00781f3b1fbc5507a922a9b31a539 (patch) | |
| tree | 99eb765d974ae1831d724768dbbfe1821b85e838 /machines | |
| parent | fae3bcc8c9a51e5315d01139b3ae39c0178fee6c (diff) | |
Add emacs
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/x/home.nix | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/machines/x/home.nix b/machines/x/home.nix index 554d074..3110094 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -31,8 +31,9 @@ in {      wl-clipboard +    clang-tools      ccls -    pyright +    ruff-lsp      git-lfs      slides @@ -42,6 +43,7 @@ in {      "bash.nix"      "dotfiles.nix"      "git" +    "emacs"      "nvim"      "dwl.nix" | 
