From d4701f8b49c5d1c906de0259dae5e5d0d73096e7 Mon Sep 17 00:00:00 2001 From: liv Date: Sun, 8 Sep 2024 17:07:38 +0200 Subject: [PATCH] add more devel packages --- home/features/cli/default.nix | 1 + home/features/devel/default.nix | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 621dbef..7e109bc 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -13,5 +13,6 @@ home.packages = with pkgs; [ comma # nix-shell a package by prefixing it with `,` ripgrep # well, it's grep + fastfetch # gotta show system information somehow! ]; } diff --git a/home/features/devel/default.nix b/home/features/devel/default.nix index 6c9032c..49b0833 100644 --- a/home/features/devel/default.nix +++ b/home/features/devel/default.nix @@ -12,10 +12,16 @@ autoconf pkg-config bun + rustup # haskell stuff haskell.compiler.ghc910 cabal-install stack + + # nix stuff + nixpkgs-fmt + nix-tree + nil ]; }