Files
dotfiles/config/nix/common/firefox.nix
2024-02-18 05:45:40 +05:30

2 lines
52 B
Nix

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