summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-08-12 08:37:03 +0200
committerAlan Pearce2023-08-12 13:26:01 +0200
commit496aeb86911d3efb6f3260c12fb6e05dbfb22f2a (patch)
treef23849955e9a84a600b0ade6f65fe0ce2b5f967b
parente9599b4b53a3f0ecf5c5ede990fbbe297c64cf8e (diff)
downloadnixfiles-496aeb86911d3efb6f3260c12fb6e05dbfb22f2a.tar.lz
nixfiles-496aeb86911d3efb6f3260c12fb6e05dbfb22f2a.tar.zst
nixfiles-496aeb86911d3efb6f3260c12fb6e05dbfb22f2a.zip
base: improve working with nix and nixpkgs repo
-rw-r--r--system/settings/programs/base.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/settings/programs/base.nix b/system/settings/programs/base.nix
index 7f51271e..f76d11e9 100644
--- a/system/settings/programs/base.nix
+++ b/system/settings/programs/base.nix
@@ -1,5 +1,7 @@
 { pkgs, ... }: {
   environment.systemPackages = with pkgs; [
+    nixpkgs-review
+    nix-output-monitor
     cachix
     home-manager
     vim