nix/modules/librewolf/default.nix
2023-04-25 04:51:27 -05:00

4 lines
55 B
Nix

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