This commit is contained in:
Henry Hiles 2025-08-20 10:08:36 -04:00
commit 133c94d64c
No known key found for this signature in database
4 changed files with 10 additions and 5 deletions

View file

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