7 lines
100 B
Nix
7 lines
100 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
# TODO: nix-ify Firefox config
|
|
programs.firefox.enable = true;
|
|
}
|