current
1{
2  den.aspects.desktop.provides.app.homeManager = _: {
3    # Enable btop in home-manager to auto apply stylix's theme
4    # Btop is also a system package in modules/core/tools/packages.nix
5    programs.btop = {
6      enable = true;
7    };
8  };
9}