flake update and add btop to work machine

This commit is contained in:
Armel van Ravels
2026-06-15 09:55:01 +02:00
parent 31b10d3cec
commit 1dcda6d75e
3 changed files with 18 additions and 9 deletions

8
systems/modules/btop.nix Normal file
View File

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