From d34a37baf838101c1e930afd960f8d0d614815b5 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 13 Feb 2024 10:16:01 +0100 Subject: [PATCH] profile/base: add some packages/config --- system/profile/base.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/system/profile/base.nix b/system/profile/base.nix index 57f1304..5825b08 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -70,8 +70,19 @@ in htop lshw pciutils + + # nix utilities + nix-du + graphviz # for nix-du + + # secrets + age + pass + sops ]; + programs.neovim.defaultEditor = true; + # this makes comma and legacy nix utils use the flake nixpkgs for ABI # compatibility becasue once `, vkcube` couldn't find the correct opengl # driver or something (also it reduces the download size of temporary shell