nixos-dotfiles/modules/applications/firefox.nix

7 lines
80 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
firefox
];
}