mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(home-manager): macOS
This commit is contained in:
parent
47e69dd8cf
commit
94c8e8b3cd
3 changed files with 7 additions and 79 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue