mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
add(home-manager): earth2077.fr
This commit is contained in:
parent
2e30ef789b
commit
ab732b02b6
3 changed files with 98 additions and 2 deletions
59
.config/home-manager/home/leana@earth2077.fr/dev.nix
Normal file
59
.config/home-manager/home/leana@earth2077.fr/dev.nix
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
{ pkgs, unstable, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
# Editors and utils
|
||||
tmux
|
||||
neovim
|
||||
vim
|
||||
hyperfine
|
||||
watchexec
|
||||
tea
|
||||
tokei
|
||||
|
||||
# Generic LSPs
|
||||
vscode-langservers-extracted # HTML/CSS/JSON/ESLint
|
||||
nodePackages.bash-language-server # Bash
|
||||
marksman # Markdown
|
||||
nodePackages.pyright # Python
|
||||
taplo # TOML
|
||||
texlab # LaTeX
|
||||
typescript # TypeScript
|
||||
nodePackages.vim-language-server # Vim Script
|
||||
typst-lsp # Typst
|
||||
lua-language-server # Lua
|
||||
|
||||
# git
|
||||
git
|
||||
git-lfs
|
||||
bat
|
||||
delta
|
||||
gnupg
|
||||
|
||||
nil
|
||||
alejandra
|
||||
nixfmt
|
||||
|
||||
(python39.withPackages (ps:
|
||||
with ps; [
|
||||
beautifulsoup4
|
||||
requests
|
||||
|
||||
# python-lsp-server
|
||||
# rope
|
||||
# pyflakes
|
||||
# mccabe
|
||||
# pycodestyle
|
||||
# pydocstyle
|
||||
# autopep8
|
||||
]))
|
||||
|
||||
# jdk17
|
||||
# rustup
|
||||
# nodejs_20
|
||||
# unstable.opam
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue