added btop
This commit is contained in:
@@ -15,5 +15,6 @@
|
|||||||
../system/timezone.nix
|
../system/timezone.nix
|
||||||
# ../system/touchpad.nix
|
# ../system/touchpad.nix
|
||||||
../system/users.nix
|
../system/users.nix
|
||||||
|
../system/tools.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
btop
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user