Common/programs/btop: enable using home manager

This commit is contained in:
Toast 2023-12-15 12:52:31 +01:00
parent 1443e62ccd
commit 08df06dc26
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
home-manager = {
users.toast = {
programs.btop = {
enable = true;
};
};
};
}