omniflake/home/librewolf.nix
2025-03-19 16:15:29 +01:00

5 lines
64 B
Nix

{ config, pkgs, ... }:
{
programs.librewolf.enable = true;
}