forked from nico/dots
7 lines
80 B
Nix
7 lines
80 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
programs.firefox = {
|
|
enable = true;
|
|
};
|
|
}
|