From 9a8bd9de6e448ad2a5b862c7da1f5e1ee8de6460 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 1 Oct 2022 08:58:37 +0200 Subject: [PATCH] Add a lot more pacakges I tried to keep things project-by-project using direnv, but it was too buggy and too much overhead. --- modules/home.nix | 25 ++++++++++++++++++------- modules/mac.nix | 1 + 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/modules/home.nix b/modules/home.nix index b8e74f4..9ef0b79 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -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; diff --git a/modules/mac.nix b/modules/mac.nix index fc7f8bc..e44ac35 100644 --- a/modules/mac.nix +++ b/modules/mac.nix @@ -70,6 +70,7 @@ "amethyst" "google-chrome" "raycast" + "remarkable" "iina" ]; };