Files
nixverse/nodes/hosts/common/firefox.nix

5 lines
54 B
Nix

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