dots/nix/modules/firefox.nix
2025-05-03 16:18:29 +10:00

7 lines
80 B
Nix

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