dotfiles/modules/applications/firefox.nix
2022-04-28 18:55:15 -04:00

6 lines
62 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [ firefox ];
}