all repos — nixfiles @ 496aeb86911d3efb6f3260c12fb6e05dbfb22f2a

System and user configuration, managed by nix and home-manager

base: improve working with nix and nixpkgs repo
Alan Pearce alan@alanpearce.eu
Sat, 12 Aug 2023 08:37:03 +0200
commit

496aeb86911d3efb6f3260c12fb6e05dbfb22f2a

parent

e9599b4b53a3f0ecf5c5ede990fbbe297c64cf8e

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M system/settings/programs/base.nixsystem/settings/programs/base.nix
@@ -1,5 +1,7 @@ { pkgs, ... }: {
   environment.systemPackages = with pkgs; [
+    nixpkgs-review
+    nix-output-monitor
     cachix
     home-manager
     vim