{ den.aspects.librewolf = { homeManager = { pkgs, ... }: { home = { packages = with pkgs; [ librewolf ]; }; }; }; }