Add some extra packages for emacs, switch default back from using server, remove rbw
This commit is contained in:
parent
1193a71dd0
commit
be61683ae4
|
@ -12,7 +12,7 @@
|
|||
./alacritty/default.nix
|
||||
./firefox/default.nix
|
||||
./zathura/default.nix
|
||||
./emacs/server.nix
|
||||
./emacs/default.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
bitwarden
|
||||
|
|
|
@ -20,37 +20,41 @@
|
|||
pandoc
|
||||
gfortran
|
||||
texlive.combined.scheme-medium
|
||||
imagemagick
|
||||
python3
|
||||
isort
|
||||
python3Packages.cython
|
||||
python3Packages.pyflakes
|
||||
python3Packages.nose
|
||||
python3Packages.pytest
|
||||
nodePackages.stylelint
|
||||
|
||||
# Formatters
|
||||
nixfmt
|
||||
beautysh
|
||||
black
|
||||
nodePackages.fixjson
|
||||
fprettify
|
||||
shellharden
|
||||
shfmt
|
||||
stylua
|
||||
python3Packages.mdformat
|
||||
html-tidy
|
||||
nodePackages.js-beautify
|
||||
|
||||
# LSP servers
|
||||
nil
|
||||
fortls
|
||||
(python3.withPackages (ps:
|
||||
with ps; [
|
||||
python-lsp-server
|
||||
python-lsp-ruff
|
||||
python-lsp-black
|
||||
pyls-isort
|
||||
pylsp-rope
|
||||
pylsp-mypy
|
||||
]))
|
||||
shellcheck
|
||||
marksman
|
||||
luajitPackages.lua-lsp
|
||||
texlab
|
||||
nodePackages.pyright
|
||||
nodePackages.yaml-language-server
|
||||
nodePackages.bash-language-server
|
||||
nodePackages.vscode-html-languageserver-bin
|
||||
nodePackages.vscode-css-languageserver-bin
|
||||
nodePackages.vscode-json-languageserver-bin
|
||||
nodePackages.dockerfile-language-server-nodejs
|
||||
shellcheck
|
||||
marksman
|
||||
luajitPackages.lua-lsp
|
||||
texlab
|
||||
];
|
||||
}
|
||||
|
|
|
@ -19,6 +19,5 @@
|
|||
builtins.readFile "${tokyonight}/extras/gitui/tokyonight_night.ron";
|
||||
};
|
||||
ncspot.enable = true;
|
||||
rbw.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue