From 8e3ce585512efc1c9f9a74d79918fef2c3fc1d5f Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 14 Feb 2024 16:47:04 +0100 Subject: [PATCH] Add some packages --- system/profile/base.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/profile/base.nix b/system/profile/base.nix index 4692438..340c299 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -71,6 +71,7 @@ in htop lshw pciutils + compsize # nix utilities nix-du @@ -80,6 +81,9 @@ in age pass sops + + # etc + neofetch ]; programs.neovim.defaultEditor = lib.mkDefault true;