Common/programs/btop: enable using home manager
This commit is contained in:
parent
1443e62ccd
commit
08df06dc26
2 changed files with 12 additions and 1 deletions
11
roles/common/programs/btop.nix
Normal file
11
roles/common/programs/btop.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home-manager = {
|
||||
users.toast = {
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue