dots/modules/firefox.nix

7 lines
80 B
Nix

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