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 ]; }