Cleanup + add laptop packages

This commit is contained in:
2026-02-19 15:49:03 +01:00
parent b7ce19d338
commit e58d0d2ce9
3 changed files with 17 additions and 18 deletions

View File

@@ -1,6 +1,12 @@
{
config,
pkgs,
lib,
...
}:
{
{
environment.systemPackages = with pkgs; [
btop
];
}