main
1{
2  flake.modules.homeManager.desktop = _: {
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}