nix-config/modules/browsers/librewolf/enable.nix

4 lines
70 B
Nix
Raw Normal View History

2025-07-27 23:41:39 +01:00
{
flake.modules.homeManager.gui.programs.librewolf.enable = true;
}