pantheon/users/rafiq/modules/firefox.nix

7 lines
69 B
Nix

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