Emacs and inputs updated
- Added org-roam in Emacs - Flake inputs updated - Other little modifications
This commit is contained in:
parent
3f39ace857
commit
317e50ef9f
13 changed files with 167 additions and 119 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
emacsWithPackages (
|
||||
epkgs: (
|
||||
with epkgs.melpaStablePackages; []
|
||||
with epkgs.melpaStablePackages; [ ]
|
||||
) ++ (
|
||||
with epkgs.melpaPackages; [
|
||||
all-the-icons
|
||||
|
@ -18,8 +18,10 @@ emacsWithPackages (
|
|||
magit
|
||||
company
|
||||
helm-company
|
||||
helm-ag
|
||||
fira-code-mode
|
||||
org-superstar
|
||||
org-roam
|
||||
nix-mode
|
||||
lsp-python-ms
|
||||
lispy
|
||||
|
@ -39,5 +41,9 @@ emacsWithPackages (
|
|||
with epkgs.elpaPackages; [
|
||||
modus-themes
|
||||
]
|
||||
) ++ []
|
||||
) ++ (
|
||||
with pkgs; [
|
||||
pkgs.graphviz-nox
|
||||
]
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue