diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-06-29 17:28:37 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-07-01 08:54:34 +0530 |
commit | 6605ff5bd183574a7f1f3d2f667bd7d1de7a197b (patch) | |
tree | 3e66edba8a0faa6693caec8b873f5ff93c198073 | |
parent | a37d221877e0a4a8e738fb36f0c1dcd83336499d (diff) |
pkgs: add ps_mem to user pkgs
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 0225bfc..0bbc5a8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,6 +26,7 @@ packages = with pkgs; [ w3m neofetch + ps_mem ]; }; services.getty.autologinUser = "sinan"; |