This commit is contained in:
4DBug
2026-02-27 11:53:10 -06:00
parent 84974b56ad
commit 8ff72d5c6a
5 changed files with 22 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
{
den.aspects.librewolf = {
homeManager = { pkgs, ... }: {
home = {
packages = with pkgs; [
librewolf
];
};
};
};
}