Add a lot more pacakges

I tried to keep things project-by-project using direnv, but it was too buggy
and too much overhead.
This commit is contained in:
larstvei 2022-10-01 08:58:37 +02:00
parent 87757e52be
commit 9a8bd9de6e
2 changed files with 19 additions and 7 deletions

View File

@ -25,6 +25,7 @@
'';
};
home.packages = with pkgs; [
((emacsPackagesFor emacs-mac).emacsWithPackages
(epkgs: with epkgs; [
@ -38,15 +39,31 @@
en-computers
en-science
]))
(python3.withPackages
(python-packages: with python-packages; [
hypothesis
graphviz
z3
]))
bat
clojure
fd
ffmpeg
fzf
go
graphviz
htop
inkscape
leiningen
nixpkgs-fmt
openjdk17_headless
pandoc
parallel
poppler_utils
ripgrep
rnix-lsp
sqlite
rustup
texlive.combined.scheme-full
tree
wget
];
@ -79,12 +96,6 @@
};
programs = {
direnv = {
enable = true;
nix-direnv.enable = true;
};
fzf = {
enable = true;
enableFishIntegration = true;

View File

@ -70,6 +70,7 @@
"amethyst"
"google-chrome"
"raycast"
"remarkable"
"iina"
];
};