ref(home-manager): macOS

This commit is contained in:
Léana 江 2024-01-15 21:35:07 +01:00 committed by Léana 江
parent 47e69dd8cf
commit 94c8e8b3cd
3 changed files with 7 additions and 79 deletions

View file

@ -1,13 +1,6 @@
{
pkgs,
unstable,
...
}: {
{pkgs, ...}: {
home.packages = with pkgs; [
# Editors and utils
tmux
neovim
vim
# utils
hyperfine
watchexec
tea
@ -24,39 +17,13 @@
nodePackages.vim-language-server # Vim Script
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
nil
alejandra
];
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}