This commit is contained in:
Henry Hiles 2025-08-20 10:08:36 -04:00
commit 133c94d64c
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
btop
];
}