organize and configure librewolf

This commit is contained in:
4DBug
2026-03-03 15:01:19 -06:00
parent a21805e59b
commit b34040203c
14 changed files with 421 additions and 118 deletions

View File

@@ -1,9 +1,14 @@
{
den.aspects.fish = {
nixos = {
nixos = { pkgs, ...}: {
programs.fish.shellAliases = {
box = "ssh box.bug.tools";
};
environment.systemPackages = with pkgs.fishPlugins; [
done
sponge
];
};
};
}