Add host modules and home options; update README
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
programs.btop = {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options.btop.enable = lib.mkEnableOption "Btop";
|
||||
|
||||
config.programs.btop = lib.mkIf config.btop.enable {
|
||||
enable = true;
|
||||
package = pkgs.btop.override {
|
||||
rocmSupport = true;
|
||||
|
||||
Reference in New Issue
Block a user